itisnajim / SocketIOUnity

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

SocketIO can't connect on IOS platform in empty project #36

Closed sartubakia closed 1 year ago

sartubakia commented 1 year ago

Can't connect to server in iOS, but other platforms work fine, also android work fine.

Screenshot 2022-11-28 at 13 26 17

No any error, attempts to reconnect or other feedback, seems like it crash on other thread in build.

Transport - WebSocket

itisnajim commented 1 year ago

Try to update unity or use the one before the latest version. not an issue with SocketIOUnity, There are various reasons for this, check: https://www.google.com/search?q=%22socket_transport_wait_for_attach%22

sartubakia commented 1 year ago

@itisnajim Problem fixed in Unity 2022.1.23)

Not work in 2021.3.6f1 Testing - 2021.3.14f1

jsaade commented 1 year ago

Tried updating Unity and nothing happens on Android. No errors in logs, just no connection. I am not using secure sockets. Works well on Editor.