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

C++11 implementation of Socket.IO client

Results 149 socket.io-client-cpp issues
Sort by recently updated
recently updated
newest added

#0 0x00007f6e12d33cfc in sio::socket::impl::close() () from ../libs/libsioclient_tls.so.1 #1 0x00007f6e12d4097a in sio::client_impl::sockets_invoke_void(void (sio::socket::*)()) () from ../libs/libsioclient_tls.so.1 #2 0x00007f6e12d412fa in sio::client_impl::sync_close() () from ../libs/libsioclient_tls.so.1 #3 0x00007f6e144357e2 in irtc::conference::ConferenceSocketSignalingChannel::~ConferenceSocketSignalingChannel() () from ../libs/libirtc.so #4...

I followed the Cmake installation instructions which generated a visual studio project. I then built the project which generated a `sioclient.lib` file in `socket.io-client-cpp/Release`, no folder named `build` was created...

I'm trying to figure out how to use extra headers when connecting but I can't find any documentation on how to use it. I'm wondering if someone could explain or...

/home/mdblack98/src/freedv-gui/build_linux/sioclient_src/lib/asio/asio/include/asio/detail/impl/socket_ops.ipp:2109:29: warning: ‘%lu’ directive writing between 1 and 20 bytes into a region of size 16 [-Wformat-overflow=] 2109 | sprintf(if_name + 1, "%lu", scope_id);

Hi friends. I'm currently building an Unreal Engine project, and just so you know, I'm aware of the plugin version of socket.io. I don't want to include socket.io as a...

socket.io v4.4.0 has this [nice feature of guaranteeing at least one delivery on emit](https://socket.io/docs/v4/emitting-events/#with-timeout), using timeouts. Seeing as we're still on v3, when can we reasonably expect a v4 client?

Hi, The Project whether to support Internet of things devices, similar to ESP8266. Arduino, STM32, etc.

I compile: target_link_libraries(ghost++ PRIVATE sioclient) target_link_libraries(ghost++ PRIVATE sioclient_tls) Error: [error] Server handshake response error: websocketpp.processor:20 (Invalid HTTP status.) If you compile only: target_link_libraries(ghost++ PRIVATE sioclient_tls) is ok. Me need sioclient...

Hello! I encountered this error when I am trying to connect to a socket io SSL server on node js(https). I am using libsioclient_tls.a What can this be related to?...