socket.io-client-cpp
socket.io-client-cpp copied to clipboard
Is it possible to make lib with both working tls and no tls version of libsioclient lib?
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?