Hi all!
The server side have some call back when client create a client.
//when client side run this code
new Colyseus.Client(url);
// zhen server side
const gameServer = new Server();
gameServer.onConnection(client); //like this
Is there any way I can go from room to room without disconnection? I think such frequent ports will waste computing resources.
sorry about my english.