Skip to content

Commit 3ee45ea

Browse files
knareshNaresh Kumar Kolloju
andauthored
Fix YRoomManager initialization (#32)
Co-authored-by: Naresh Kumar Kolloju <[email protected]>
1 parent f35aeec commit 3ee45ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_rtc_core/rooms/yroom_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def __init__(
2828
self.contents_manager = contents_manager
2929
self.loop = loop
3030
self.log = log
31+
self._rooms_by_id = {}
3132
# Initialize dictionary of YRooms, keyed by room ID
3233

3334

0 commit comments

Comments
 (0)