Open
Description
As title, my company use socket.io v3 or higher, I try to connect to server but there are no any connected message in server side!?
The server was tested by Socket.IO client Tools([https://amritb.github.io/socketio-client-tool/])
I reference example as follow:
It's can not connect, as follows.
sio::client h;
h.connect("https://207.148.98.240:4000");
How to connect to "https"?
Thank you.