Is it possible to join two or more rooms together? The situation is the following: all clients join room A (and should stay there the entire time, until the app is closed). Then, if a player wants to start a match, its client will enter also room B. The problem is that when I do - with colyseus-defold - room_b:leave(), this causes the client to leave room A as well. Is it the normal behaviour or is there something wrong?
Questions about rooms
hi @emarkk, can you provide a reproducible example? I haven't experienced this issue before. You should be able to join as many rooms as you like and leave them one by one as well.