Replies: 1 comment
-
Never heard of any issues with iOS. The Socket.IO protocol uses HTTP and WebSocket requests, all fairly standard stuff that has been available in browsers for many years. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a websocket server written in python-socketio, and my friend is building an application in react-native using expo, on Android it connects to websocket without problems, however, on iOS it does not connect at all, nor does it provide any type of connection error or log, both on the server and on the client.
I've looked everywhere to see if there is some kind of incompatibility, but I haven't been successful.
Beta Was this translation helpful? Give feedback.
All reactions