I have a players Map Schema on my State, I receive my changes on my client, but the array players [] its empty. Is this a normal behavior?
When I get data from Room.onStateChange I don't receive my players
I had the idea that onStateChange method includes the current state of the application, but the players MapState comes as an object without relevant data about Players. I changed that call to room.state.onChange = () => {} and it seems to be a better way to update my client-side state
The same thing occurred when today I created a new server. I am not able to get the contents of a map.
@virtumonde Try updating your node packages and change the client side codebase as of changes in new version changelog, as there was update in colyseus new version same thing happened to me.