Endel Dreyer

Results 381 comments of Endel Dreyer

Thank you for the investigation so far @00alia00, I'm a bit worried that with this fix/workaround we'll never really find out the real reason behind this issue. It sounds like...

Hi @Alaadel, this log message comes from the ["dev mode" feature](https://docs.colyseus.io/devmode/): `[Colyseus devMode]: Re-establishing connection with room id g7rKUuDvV`. It sounds like the Unity SDK is trying to reconnect when...

Does it work if you try with `ws` instead of `wss`? `ws://192.168.0.xxx:6868` `wss` means secure and it will expect a TLS certificate configured

Hi @SrBrahma, thanks for the feedback. The raw receive loop can be found here: https://github.com/endel/NativeWebSocket/blob/4cecff9c914b764549d32c2efdd8dd5f3cb0d911/NativeWebSocket/Assets/WebSocket/WebSocket.cs#L641-L702 I'm not sure `await new WaitForBackgroundThread()` would block while the app is not focused. I...

Hi @papdimitr, There are some similar reports to yours and possible solutions, such as: - https://github.com/endel/NativeWebSocket/issues/20#issuecomment-856955038 - https://github.com/endel/NativeWebSocket/issues/20#issuecomment-975018938

Hi @Hugosabb, please check here https://github.com/endel/NativeWebSocket/issues/81#issuecomment-1564436693

Hi @NoahHahm, the schema callbacks need to be re-established upon reconnection. The same calls to `OnAdd`, `OnChange`, etc. need to happen both for join and reconnect.

Hi @TarunPhonato, could you please provide a small project that reproduces this issue? (with code for both server and client)

Hi @TarunPhonato, thanks for the reproduction scenario. I can confirm the misbehavior - they're 2 known-issues from the state sync structures (aka schemas): ### **1) The re-triggering of events, even...

What is the issue here?