forked from goodboy/tractor
Handle a connection reset on `msgspec` transport
parent
af1ee3f0a6
commit
3955906654
|
@ -239,6 +239,7 @@ class MsgspecTCPStream(MsgpackTCPStream):
|
|||
|
||||
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