You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2024. It is now read-only.
Do you know of any reason why this wouldn't work when building for android/iOS with Unity3D?
It works great with Unity3D on the desktop. I have a phoenix server running and it connects to the channel and is able to send input and receive it on the server.
But when I run the same code on Android, it never gets past the await socket.ConnectAsync for some reason. There are no errors. It just sits there.
I'm able to reach the server from my phone (for example, I have a phoenix rest server that responds to requests on the same host as the phoenix channel).
Do you know of any reason why this wouldn't work when building for android/iOS with Unity3D?
It works great with Unity3D on the desktop. I have a phoenix server running and it connects to the channel and is able to send input and receive it on the server.
But when I run the same code on Android, it never gets past the
await socket.ConnectAsyncfor some reason. There are no errors. It just sits there.I'm able to reach the server from my phone (for example, I have a phoenix rest server that responds to requests on the same host as the phoenix channel).
Any ideas?