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

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

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

bug

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

boost
needs info

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

bug

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.

question

I was download from githhub and cmake & make install it. Install process show as follows. ![NB_Image_20220224_144434](https://user-images.githubusercontent.com/18640144/156320823-89521458-d12f-43f7-9306-1e097ac26598.png) I add into project common header, compiler failure. show as follows. ![NB_Image_20220302_142654](https://user-images.githubusercontent.com/18640144/156320829-b714c20c-c376-4ec2-85ca-4f3cefa74d0f.png) I...

needs info

It could be great to have a section in README.MD about open source projects using socket.io-client-cpp.

enhancement

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

build
needs info

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

question
needs info