State Handler not working for colyseus-examples #776
Replies: 1 comment
-
I test the colyseus example from the source here, https://github.com/colyseus/colyseus-examples. and it works correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to build something based off colyseus-examples, specifically on top of 02-state-handlers. I was able to install and launch the example project, but it looks like 02-state-handlers is not working properly.
By looking at the code it seems a div should be added whenever a user joins and the user is able to move the div and sync the position with the other users. But that's not happening for
me. By stepping into the code it seems that this callback is never triggered for some reason. I confirmed that the state has been updated on the server side
Could someone verify that? Or I'm not understanding it correctly?
I'm on node 21 and an M1 macbook if that helps
Beta Was this translation helpful? Give feedback.
All reactions