We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe4fda commit 187a487Copy full SHA for 187a487
replit_river/client_session.py
@@ -64,7 +64,7 @@ async def send_rpc(
64
try:
65
async with asyncio.timeout(int(timeout.total_seconds())):
66
response = await output.get()
67
- except asyncio.CancelledError as e:
+ except asyncio.TimeoutError as e:
68
# TODO(dstewart) After protocol v2, change this to STREAM_CANCEL_BIT
69
await self.send_message(
70
stream_id=stream_id,
0 commit comments