Skip to content

Commit 98ecaa9

Browse files
committed
typoi
1 parent 3f04040 commit 98ecaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def _on_rpc_method_invocation(self, rpc_invocation: RpcMethodInvocationEvent):
461461
)
462462
)
463463
self._rpc_invocation_tasks.add(task)
464-
task.add_done_callback(self._rpc_tasks.discard)
464+
task.add_done_callback(self._rpc_invocation_tasks.discard)
465465

466466
def _on_room_event(self, event: proto_room.RoomEvent):
467467
which = event.WhichOneof("message")

0 commit comments

Comments
 (0)