socketio/socket.io-client-cpp

Crash with libsioclient_tls.a

fabienjean opened this issue · 0 comments

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.