Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eladcon committed Jul 8, 2024
1 parent 848baaa commit d402319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamodb/dynamodb.sim.w
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pub class Table_sim impl dynamodb_types.ITable {
return true;
} catch error {
// container might be starting up
if error == "socket hang up" {
if error == "socket hang up" || error == "read ECONNRESET" {
return false;
}

Expand Down

0 comments on commit d402319

Please sign in to comment.