Open hungthuanmk opened 6 years ago
Check your client transport. If you set polling, websocket.
First, connect HTTP long-polling. After client will be try connect websocket.
see this page. https://socket.io/docs/client-api/#With-websocket-transport-only
any update on this issue?
@mkjiau @hangsucho solution works perfectly.
I am trying to make communication between Server (Java) and React Native App on phone It works well with Server written in Node.js but the client keep retrying to connect to server written in Java with netty-socketio ver 1.7.16 Here is my code:
And here is console output when react native app run