When running the examples demo with the latest commit, for example, the state handler demo no longer works.
I think the last commit broke something
Hi @tsum,
Some people on Discord have reported issues because they're including the master
JavaScript client from GitHack (https://raw.githack.com/colyseus/colyseus.js/master/dist/colyseus.js
)
This link points now to the version 0.13.0
. If you're using version 0.12.x
, you should include that version of the client instead:
https://raw.githack.com/colyseus/colyseus.js/0.12.0/dist/colyseus.js
Hope this helps.