Endel Dreyer

Results 381 comments of Endel Dreyer

Glitch turns off its servers per inactivity, it can take a few minutes for Glitch to turn them on by request. This library does not have any mechanism to retry...

Hey @VkDevPh, this issue is related to https://github.com/colyseus/colyseus-unity-sdk/issues/135#issuecomment-1254051078 The workaround suggested for now is to compile using Mono backend and disable code stripping, can you try that out and let...

Hi @VkDevPh, thanks for the info. If that didn't do perhaps this other workaround (https://github.com/colyseus/colyseus-unity-sdk/issues/198#issuecomment-1190639325) could help? > "The quick and dirty fix I described in the original post was...

Hi @thomaswp, this is a great discussion but I don't know the best way to approach this. I think the answer would be outside of schema. I think another layer...

We had another report of this issue and prepared a fix for it on `@colyseus/[email protected]`: https://github.com/colyseus/schema/commit/45410801abefa92468222e1afe5946368bfab9b9 The root cause was initializing a child `Schema` instance as `null`: ```typescript // ......

> In edition view, we should not send the password back if not modified. Agreed! That's exactly what I need right now :) Also, I think it shouldn't be sent...

Hey @Berkmann18, I don't have much time to contribute at this moment, unfortunately.

Closing as the structures for supporting other transports is there, although only `ws` and `uWebSockets.js` are supported atm.

We can finally close this! 🚀 🚀 🚀 🚀 https://docs.colyseus.io/scalability/

Hi guys, closing this as matchmaking drivers have been extracted from the core to allow other packages to implement custom drivers. (https://github.com/colyseus/colyseus/tree/master/packages/drivers) `@colyseus/redis-driver` is the current recommendation and is the...