Socket.IO: Clients Not Receiving changeRoom Event in Multiplayer Game
I’m building a multiplayer game using Flutter for the frontend and Node.js with Socket.IO for the backend. The problem is that when a second player joins a room, the changeRoom event is not being received by the clients, even though both clients successfully connect to the server. The second player does receive the getPlayers event, but neither player receives the changeRoom event.