colyseus / colyseus-unity-sdk

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

WebSocket - Mutex Lock to Lock Statement #182

Closed LS-Erik closed 2 years ago

LS-Erik commented 2 years ago

Changed segments of code that were using Mutex to perform thread locks to use the "lock" statement instead.