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
Hi. i try to connect to socket server which start with "ws://..." and when I set this url to
IO.socket(pathSocket, options);
I receive error
java.lang.RuntimeException: java.net.MalformedURLException: Unknown protocol: ws
W/System.err﹕ at io.socket.client.Url.parse(Url.java:52)
W/System.err﹕ at io.socket.client.IO.socket(IO.java:60)
W/System.err﹕ at io.socket.client.IO.socket(IO.java:41)