forked from goodboy/tractor
1
0
Fork 0

Handle a connection reset on `msgspec` transport

310_plus
Tyler Goodlet 2022-03-14 06:47:43 -04:00
parent af1ee3f0a6
commit 3955906654
1 changed files with 1 additions and 0 deletions

View File

@ -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