forked from goodboy/tractor
Handle a connection reset on `msgspec` transport
parent
53e3648eca
commit
f594f1bdda
|
@ -152,6 +152,7 @@ class MsgpackTCPStream(MsgTransport):
|
|||
|
||||
except (
|
||||
ValueError,
|
||||
ConnectionResetError,
|
||||
|
||||
# not sure entirely why we need this but without it we
|
||||
# seem to be getting racy failures here on
|
||||
|
|
Loading…
Reference in New Issue