cloak
cloak copied to clipboard
Room seems to be ignoring its size
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.
Hi @nitzanbueno, I'm not actively maintaining this project at this time, but if you want to take a look the problem may be that the room size isn't consider in addMember in this file: https://github.com/incompl/cloak/blob/master/src/server/cloak/room.js