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 177cf27 commit 511c5caCopy full SHA for 511c5ca
src/replit_river/v2/session.py
@@ -509,7 +509,8 @@ async def do_close() -> None:
509
if self._terminating_task:
510
return self._terminating_task
511
512
- return asyncio.create_task(do_close())
+ self._terminating_task = asyncio.create_task(do_close())
513
+ return self._terminating_task
514
515
def _start_buffered_message_sender(
516
self,
0 commit comments