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

Added try catch for schema mismatch exception #178

Closed Xaverix closed 2 years ago

Xaverix commented 2 years ago

In case of schema mismatch the ConsumeSeatReservation Task was stuck forever. This is because the OnError callback which would complete the task was never called. This commit adds the invoke of OnError.