itisnajim / SocketIOUnity

A Wrapper for socket.io-client-csharp to work with Unity.
MIT License
379 stars 65 forks source link

problem with build to iOS iwth XCode version 14 #72

Open deskagebunshin opened 8 months ago

deskagebunshin commented 8 months ago

Hi,

This has been a fantastic repo so far, got a lot setup and running on editor where verything works fine but once built to a phone it doesnt connect to server instead give the following message:

Thread Performance Checker: Thread running at User-interactive quality-of-service class waiting on a thread without a QoS class specified. Investigate ways to avoid priority inversions

deskagebunshin commented 8 months ago

Just to add im using unity 2021.3.5 but have tried in 2022.2.0 and no change there Also currently using xcode 15

capitaljmedia commented 7 months ago

Same issue here, on iOS the connection seems to be established but events are not emitted. @deskagebunshin did you find a solution?