colyseus / colyseus-examples

Examples for learning how Colyseus works
https://examples.colyseus.dev/
MIT License
178 stars 90 forks source link

Client using preview and as of this date picks up colyseus 16.x, server using 15.x #34

Closed MikalDev closed 2 months ago

MikalDev commented 2 months ago

Client using preview and as of this date picks up colyseus 16.x, server using 15.x

Should sync client and server coly versions.

In my fork, I ended up using: https://unpkg.com/colyseus.js@0.15.26/dist/colyseus.js and the state handler example now works.

endel commented 2 months ago

Thank you for noticing and raising the issue @MikalDev 🙏