Handle a connection reset on `msgspec` transport

drop_msgpack
Tyler Goodlet 2022-03-14 06:47:43 -04:00
parent 53e3648eca
commit f594f1bdda
1 changed files with 1 additions and 0 deletions

View File

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