Endel Dreyer
Endel Dreyer
Do we have a repro scenario for this?
Landed on 0.15 https://docs.colyseus.io/tools/loadtest/#example Multi-threading is still not supported though.
Closing as not going to implement this for now. Only a major restructuring of matchmaking would allow this.
Seems to be fixed on the React Native side!
Fixed on https://github.com/colyseus/colyseus/pull/478
Thanks for reporting, and sorry for the trouble! A workaround, for now, is to provide `false` as a second argument to the inner `onAdd`, although this doesn't look nice. I...
I gave up using `karma-typescript-preprocessor` in favor of webpack. My `karma.config.js` looks like this: ``` javascript preprocessors: { "./test/**/**/**.test.ts": ["webpack"] }, ```
Hi @ipsquiggle, I apologize for the inconvenience but this is currently the intended behavior - [reference on migration guide](https://docs.colyseus.io/migrating/0.15/#on-arrayschema-and-mapschema). --- I'm still not very happy with how the callback API...
Thank you so much for sharing your thoughts and ideas @ipsquiggle @damian-pastorini @hunkydoryrepair 💙 This week I finally started to experiment & tinker about this, too. Hopefully next week I...
Hi guys! So, I've been banging my head for a few days trying to come up with an API, and so far, this seems to be achievable and not too...