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 98511ea commit fc0ccedCopy full SHA for fc0cced
livekit-rtc/livekit/rtc/room.py
@@ -404,7 +404,7 @@ async def disconnect(self) -> None:
404
return
405
406
await self._drain_rpc_invocation_tasks()
407
- await self._data_stream_tasks()
+ await self._drain_data_stream__tasks()
408
409
req = proto_ffi.FfiRequest()
410
req.disconnect.room_handle = self._ffi_handle.handle # type: ignore
@@ -445,7 +445,7 @@ async def _listen_task(self) -> None:
445
446
# Clean up any pending RPC invocation tasks
447
448
449
450
def _on_rpc_method_invocation(self, rpc_invocation: RpcMethodInvocationEvent):
451
if self._local_participant is None:
0 commit comments