[ad_1]
I put in Colyseus Server and it’s working superb. I can login from completely different servers; it’s crates and rooms, and completely different session ids for gamers additionally, however I can’t see gamers within the room I’m calling under line.
single room a number of participant was including however bodily i can’t see just one participant any have concept why i can’t see different gamers if all joined the identical room additionally?
const consumer = new Colyseus.Client("ws://localhost:2567");
strive {
const room = await consumer.joinOrCreate(roomName,choices);
console.log("joined efficiently", room);
} catch (e) {
console.log("be a part of error", e);
}
Did you print out all of the gamers in a room and have a look at them? Are all gamers in a room now?
[ad_2]