Endel Dreyer

Results 381 comments of Endel Dreyer

Thanks for the feedback, I'm surprised `ioredis` is now discontinued... in the past `ioredis` was the recommendation as `node-redis` didn't supported Cluster and only `ioredis` did. If you require this...

I wonder if `iovalkey` does support the feature you require? https://github.com/valkey-io/iovalkey I would like to remove all references to "redis" from Colyseus eventually due to the recent licensing change.

I just noticed Laravel actually has `fresh` AND `refresh` 🤔 `refresh` does the rollback and `fresh` just drops all tables. I could maybe send a PR implementing just `refresh` first.

Thanks for the suggestion - that'd be a nice addition, can't promise but will try to make it into https://github.com/colyseus/schema/pull/173 For now, I'd suggest inserting empty `Player` instances instead of...

Supporting `null` values is going to be required in order to fix this occurrence of `"refId not found"` issue on ArraySchema's: https://github.com/colyseus/schema/issues/196#issuecomment-2896060951

Hi @guntarsbeetroot, thank you for reporting. This behaviour of switching from secure to insecure protocol must be removed soon. If you can send a PR I really appreciate it, I'll...

Hi @zouh520sdo, as far as I know, it is not possible to interact with PING/PONG frames from the native `System.Net.WebSockets`. However, the underlying client handles them automatically https://github.com/dotnet/runtime/blob/dc9c9d5f9e23ff6aa0b99af8f6c410a0558fadaf/src/libraries/System.Net.WebSockets/src/System/Net/WebSockets/ManagedWebSocket.cs#L777-L781

Hi @jushii, thank you for the detailed report and the workaround. This is not the intended behavior. I just added your issue report to the framework's roadmap here on ["fixing/improving...

This is hopefully fixed now on Colyseus 0.16 / @colyseus/schema 3.0 🎉 https://github.com/colyseus/colyseus/releases/tag/0.16.0