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
The same problem, we try to play with options but it didn't help.
Some devices can't connect to channel at all. (return 1005 code) especially Samsung Galaxy S6 (android 7.0)
But what is interesting we can connect simple socket server like a https://www.websocket.org/echo.html
I am trying to connect to Socket Cluster server in React Native(Android).
The connection fails with the log:
[SocketProtocolError: Socket hung up]
Here is the connect option:
{ hostname: SOCKET_HOST, port: 443, secure: true, rejectUnauthorized: false, }
The text was updated successfully, but these errors were encountered: