Closed
Description
According to the documentation, there is no problem in using the WSS protocol
Socket socket = IO.socket("wss://example.com"); // OK, similar to the example above
But when I use it, it gives the following error:
java.lang.RuntimeException: java.net.MalformedURLException: unknown protocol: wss
Socket mSocket = IO.socket("wss://mydomain.com");
please help me