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

because of new asio version changes some api,vcpkg had delist socket.io-client,is there plan to support it

I am using WSL Ubuntu 24.04.2 LTS on Windows 11. I followed the "With CMake" installation instructions as described here: https://github.com/socketio/socket.io-client-cpp/blob/da779141a7379cc30c870d48295033bc16a23c66/INSTALL.md#with-cmake I am on commit da779141a7379cc30c870d48295033bc16a23c66 I try to build...

**Environment** - OS: Windows on ARM64 - Compiler: Clang (LLVM) - Build System: CMake with Ninja - Repository: socket.io-client-cpp (latest version from main branch) **Steps to Reproduce:** - Cloned the...

## Description When emitting binary data (e.g., Node.js Buffer or Flutter Uint8List) via Socket.IO, the C++ client (socket.io-client-cpp) fails to correctly identify binary payloads and trigger corresponding event handlers. -...

Current CMakeLists.txt uses `find_package(asio CONFIGURE REQUIRED)`, this makes error like this: ``` uaa@framboise:~/z/socket.io-client-cpp/xxx$ cmake -DUSE_SUBMODULES=OFF .. (snip) CMake Error at CMakeLists.txt:63 (find_package): Could not find a package configuration file provided...

Adding set_tls_verify_callback method so that one can install a callback to ignore self-signed certificate error on connecting.

I am getting these errors when. trying to connect to the server . Can anyone help with this ? `[info] Error getting remote endpoint: asio.system:57 (Socket is not connected) [2025-08-22...

Didn't compile when I tried to follow cmake instructions. This was with visual studio. Possibly some includes changed in the STL in the latest version