IO.Options options = new IO.Options();
options.forceNew=true;
options.reconnection = false;
options.query = "loginId="+loginid;
Socket socket = IO.socket("https://myserver:8000/", options);
Then I check that the request is available on the server. But do not have a request error
source
share