Skip to content

Commit

Permalink
Update room.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed May 5, 2024
1 parent 76d3fd9 commit fcf1c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-rtc/livekit/rtc/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def disconnect(self) -> None:
if self._task is not None:
with contextlib.suppress(asyncio.CancelledError):
await self._task

if self._ffi_queue is not None:
FfiClient.instance.queue.unsubscribe(self._ffi_queue)

Expand Down

0 comments on commit fcf1c63

Please sign in to comment.