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

when I use: ```cpp _io->socket()->emit("join conversation", data); ``` If there is an error, use the following method: **error: expected unqualified-id before '(' token** I have attached a photo of the...

I am using get_sessionid() to get socket id which should be similar to socket.id. However, it is not matched with id from server side. Javascript has socket.id, Java has socket.id()....

Hello, Facing an odd issue today, I was able to successfully get my C++ application connecting to my NodeJS Server, however, as soon as I hooked up a browser client...

Does this implementation of socket.io for C++ have a support for sending authorization bearer token ?

on Mac OS system When I close wifi, the void client_impl::on_close(connection_hdl con) function is call after almost 30 seconds How can I improve it ?

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...

When I delete sio::client, it crashed, the backtrace is following Thread 29 Crashed: 0 libsystem_kernel.dylib 0x18cbef13c __pthread_kill + 8 1 libsystem_pthread.dylib 0x18cc26cc0 pthread_kill + 288 2 libsystem_c.dylib 0x18cb36a70 abort +...

The class `client_impl` creates a secondary thread called `m_network_thread` which runs `run_loop()`. From `run_loop()`, the callbacks such as `on_close()` are being called. `on_close()` has code such as `m_con_state = con_closed;`...

bug
implementation

Hi, I'm currently trying to run the console example on a Raspberry Pi CM4 (Raspbian 11). I initially tried to use a Makefile in examples/Console/ to compile main.cpp, but I...

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.3 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `socket.io-parser` from 4.0.5 to 4.2.3 Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning:...

dependencies