Endel Dreyer
Endel Dreyer
Hi there! How's your project going? Version 0.16 has just been released, fixing a lot of bugs on ArraySchema: https://github.com/colyseus/colyseus/releases/tag/0.16.0 The API for the [callback system](https://docs.colyseus.io/state/callbacks) has slightly changed for...
Hi there! I'm leaving this repository here as it seems to have an interesting approach on building Node.js apps: https://www.npmjs.com/package/@liuli-util/vite-plugin-node
Hi @JDWon, thanks for reporting. Curious if this is related with the "global context" described here? https://github.com/colyseus/colyseus-unity-sdk/issues/131 If you define the properties of each State with their own "context" does...
Hi @JDWon, you're right, thanks for the detailed report! This is considered a bug and is intended to be fixed in the next version. On the incoming v3 of schemas...
Hi @JDWon, version `0.16` has been released recently, and the issue you had originally shouldn't happen anymore! 🙌
Hi @FEsteven! Ideally a fully reproducible example would be best, so I can experience the actual issue myself and understand the reasoning behind the proposed change. _(I'm sorry to hear...
Hi @wony-gameplete, thanks for the feedback - would you mind sending a pull-request with the proposed changes please? 🙏
I see, thank you so much for the PR @FEsteven, and thanks for the thorough explanation @wony-gameplete. Just merged it. Applied the same PR on the [NativeWebSocket](https://github.com/endel/NativeWebSocket) project 💖 ---...
Hi @Snirozu, thanks for the PR. Perhaps we should specify some sane defaults to prevent abuse by default. (Not too long ago the `"maxPayloadLength"` option from the WebSocket transport has...
Hi @raymondtri, I'm sorry you're running into this issue as well. The version `0.16` of Colyseus is coming very soon, it contains a major refactoring and improvements to the schemas....