socketio / socket.io-client-cpp

C++11 implementation of Socket.IO client
MIT License
2.26k stars 730 forks source link

Crash with libsioclient_tls.a #405

Open fabienjean opened 1 year ago

fabienjean commented 1 year ago

Hi I try to connect to socket.io in secure mode. I have a small server in node.js But when i run my c++ program i have a segfault. (libsioclient_tls.a) If use libsioclient.a to connect to secure sever. it's works can you help me.