Skip to content

Commit 3955906

Browse files
committed
Handle a connection reset on msgspec transport
1 parent af1ee3f commit 3955906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tractor/_ipc.py

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ async def _iter_packets(self) -> AsyncGenerator[dict, None]:
239239

240240
except (
241241
ValueError,
242+
ConnectionResetError,
242243

243244
# not sure entirely why we need this but without it we
244245
# seem to be getting racy failures here on

0 commit comments

Comments
 (0)