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
{{ message }}
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
Hello! In #20 you added ability to join and leave rooms, but you made it as properties so when you call
sio.enter_room(sid, room)
it results to
It should be not properties but methods.
The text was updated successfully, but these errors were encountered: