socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

Is it possible to make lib with both working tls and no tls version of libsioclient lib?

Open Myshny opened this issue 3 years ago • 0 comments

Hello! I need in my project libsioclient lib that will support both tls and no tls connections. As I see when I build lib with tls support, its not working with no tls connection.

I build it with that instruction - https://github.com/kim-company/socket.io-client-cpp-ios-static

Than if I try to make "fat" lib like this - libtool -static -o libUniversalDebug.a libsioclient.a libsioclient_tls.a works only first lib.

Is it possible to have libsioclient lib that will support tls and no tls connections?

Myshny avatar Jul 28 '22 11:07 Myshny