heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

`HttpRequestAdapter` and `WebSocketAdapter` don't connect properly over local network on iOS #144

Open lugehorsam opened 1 year ago

lugehorsam commented 1 year ago

If a Nakama instance is running locally on a Mac and setup properly to communicate with iOS over a local network, these adapters fail to connect to the server. They provide different error messages (timing out, no route to host, respectively.) At the moment the UnityWebRequest adapter and StdlibWebSocketAdapter need to be used for this specifically.