You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate YRoom classes to traitlets, fix server extension stopping (#122)
* make YRoomManager configurable
* fixup
* make YRoom logging configurable
* fix bug where room files become empty after shutdown
* make YRoomFileAPI logging configurable, make poll interval configurable
* make YRoomEventsAPI logging configurable
* fix yroom_file_api unit test
* simplify constructor args in YRoomManager
* fixup
* simplify ctor args in YRoom, YRoomEventsAPI, YRoomFileAPI
* fix file_api unit test
* remove remaining references to event loop
* make yroom_manager a trait
* remove unused asyncio import
0 commit comments