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
When adding users to a room using Room.addMember(user), the room allows an unlimited number of players to join and always returns "true", even though its room size shouldn't be allowing it.
The text was updated successfully, but these errors were encountered:
When adding users to a room using
Room.addMember(user)
, the room allows an unlimited number of players to join and always returns "true", even though its room size shouldn't be allowing it.The text was updated successfully, but these errors were encountered: