Closed
Description
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)