socket.io-client-cpp
socket.io-client-cpp copied to clipboard
C++11 implementation of Socket.IO client
crashed at line135, with value's flag is 0. please have a look, thanks 
#0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:65 #1 0x00007fcc8e85e276 in bio_puts () from /usr/local/lib/libcrypto.so.1.1 #2 0x000055c7034fd7e2 in BIO_pending () #3 0x000055c703b25d68 in asio::ssl::detail::engine::perform(int (asio::ssl::detail::engine::*)(void*, unsigned long), void*, unsigned long, std::error_code&, unsigned long*)...
Bumps [engine.io](https://github.com/socketio/engine.io) to 4.1.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `engine.io` from 4.0.6 to 4.1.2 Release notes Sourced from engine.io's releases. 4.1.2 :warning:...
After I used cmake to compile the library on Linux, I created my c++ project. However, I did not use QT. Instead, I chose to write the cmakelist file myself...
This PR offers an alternative solution to Issue #432. A new listener has been added to verify the client's connection status with the server. This ensures that events are not...
Configuration requires to add the OpenSSL path to the Path variable: > Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR...
Hi everyone, I'm using the socket.io-client-cpp library to communicate with a NodeJS server. While the API is very helpful, I'm encountering an issue with detecting server disconnections. Question: Is there...
This enables binary packets, similarly to https://github.com/socketio/socket.io-client-cpp/issues/299 but it also handles cases where packets might be misinterpreted if they happen to start with a digit.
Trying to clone the repo: ``` $ git clone --recurse-submodules https://github.com/socketio/socket.io-client-cpp.git Cloning into 'socket.io-client-cpp'... remote: Enumerating objects: 1409, done. remote: Counting objects: 100% (284/284), done. remote: Compressing objects: 100% (175/175),...
This is an attempt to address #174 by returning int_message (rather than null) when parsing a UInt64 value from a string payload. I've added a quick unit test to demonstrate...