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