socket.io-client-cpp
socket.io-client-cpp copied to clipboard
C++11 implementation of Socket.IO client
Hi Everyone, I am trying to connect NodeJS socket io server from socket io c++ client, But I keep getting below error on c++ side. ``` [2021-10-05 15:32:55] [error] handle_read_frame...
SSL?
Hi, I am currently using this socket.io c++ client. However, it looks like the project hasn't been maintained since 2015. It works well, and there is a tls (ssl) c++...
I have a socket server, where I print the message that I receive When using this code, it works and the server prints 'test'; ``` int main() { sio::client h;...
I am trying to compile the project however I run into an issue when I compile the sio_clinet_impl.cpp file Makefile `.PHONY: clean all: SocketHandler.out SocketHandler.out: g++ -std=c++11 -I ./socket.io-client-cpp/lib/asio/asio/include -I...
I have a similar problem as [https://github.com/socketio/socket.io-client-cpp/issues/287](url) says when receiving the binary message from my server. It fails to parse binary payload, and raises an error `terminating with uncaught exception...
Hello, Can someone tell how to print socket.IO logs? Are verbose logs present? If yes how to activate them? Thanks in advance for the help.
I was download from githhub and cmake & make install it. Install process show as follows.  I add into project common header, compiler failure. show as follows.  I...
It could be great to have a section in README.MD about open source projects using socket.io-client-cpp.
After following the steps of the installation instructions, and trying to build, I'm receiving the following compilation error: `Cannot open include file: 'boost/bind.hpp': No such file or directory`, I noticed...
Hello sir, I am an jr.Android Developer and created a socket.io client side with java. So I think you know there is v1 or v2 in client side for java....