Lahiru Pathirage
Lahiru Pathirage
Hi @CookedApps and @endel, I could not reproduce this issue. I tried with 2 external clients. Numbers were correct.
Hi @endel and @CookedApps, I found out that the way we use to resolve allowReconnect() in server effects on client number on monitoring dashboard. i.e. If you do it like...
Investigated few fixes on allowReconnect and could not succeeded :-( in Room.ts, line 646, `await this.onLeave(client, (code === Protocol.WS_CLOSE_CONSENTED));` This point is where the flow breaks, when we use `.then`...
Hi @endel, Thinking about adding a singleton class for this purpose. There users can set their custom logger by passing the instance to this singleton. If no logger instance provided...
Thank you. Will do it that way. :+1:
Hi @endel, I tested this, materials are in https://github.com/lpsandaruwan/colyseus-unity-sdk-test-pr-199 Looking good 👍 💯
Hi @endel I could not reproduce this behavior with NextJs. Sample is available [here](https://github.com/lpsandaruwan/colyseus-nextjs-example). Hi @aixasz Thank you for reporting the bug. Can you please help with reproducing this? A...
This functionality seems to be working fine in Chrome/Windows. I will investigate in Safari/Mac.
Hi @endel, `onLeave` seems working fine in Mac/Safari and IOS/Safari. I've tested on both platforms. Please check [this video](https://www.loom.com/share/0b96d04b51784b198a9abe82c4ea0e1b).
@nicole8806 how did you do it? any guide?