colyseus / colyseus-unity-sdk

⚔ Colyseus Multiplayer SDK for Unity
https://docs.colyseus.io/getting-started/unity-sdk/
MIT License
371 stars 102 forks source link

0.14.5 Client: ColyseusClient.JoinOrCreate task runs indefinitely despite successful room creation #148

Closed tonygiang closed 3 years ago

tonygiang commented 3 years ago

On the 0.14.5 Unity client, the task returned by ColyseusClient.JoinOrCreate will never finish running even though I can confirm that a connection was made with a Colyseus server running version 0.14.13. Notably: creation of a room was successful, Unity client appeared to receive room information in the Console, and that's where it hangs, it did not succeed in joining said room. 2021-05-10 18_19_29-Window

Upon inspecting the join task, its Status field always reads WaitingForActivation.

mitchLucid commented 3 years ago

@tonygiang please let me know if the issue persists, I'm receiving "RanToCompletion" status on the tasks now after the last pull request

tonygiang commented 3 years ago

Appears to work on initial testing.