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

i have woked SioChatDemo with [socket.io chatroom example](https://github.com/Automattic/socket.io/tree/master/examples/chat) and found if i connect with default namespace just for one client, node server will got two connection callback. it sounds like...

The choice is made at runtime, if a TLS URI (`https://` or `wss://`) is given, the TLS client will be used, otherwise the non-TLS client will be used. Additionally, a...

Process: NDMeeting [57251] Path: /Users/USER/Documents/*/xxxx.app/Contents/MacOS/NDMeeting Identifier: cn.nd.ndmeetig Version: 1.2.9 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: NDMeeting [57251] User ID: 501 Date/Time: 2021-03-05 11:17:53.996 +0800 OS Version: Mac...

When we send binary data and the last byte is `10000000` with `std::make_shared(data, size)` we get the following error. Every other data packet seems to work fine until we get...

Upon long-term usage, I sometimes triggered segmentation faults due to an already freed / closed socket. The `on_fail` and `on_open` functions need to handle the socket properly. Test: I will...

Im using mingw for c++ and I have no visual studio installed. after generating with cmake and running make install command I get this error: > > from Z:/boostbuild/include/boost-1_55/boost/date_time/time_cloc >...

Any chance to use/port this lib to IOT platform?

I meet some problem when I compile the console example. I have already search the error in google but it still cannot find any solution. I have searched these keywords...

![image](https://user-images.githubusercontent.com/41835642/105575301-b5f49e00-5d7b-11eb-9ef5-edd10bef9a27.png) Socket.IO server version: `3.1.0` ![image](https://user-images.githubusercontent.com/41835642/105575465-e25cea00-5d7c-11eb-84cb-e26dff82c414.png) Socket.IO client version: `3.0.0` ![image](https://user-images.githubusercontent.com/41835642/105575500-2f40c080-5d7d-11eb-9cc7-f9774ff0b77b.png)

Now that Socket.IO-client-cpp is up to date and maintened (Thanks for this). It could be great to have it in packages managers on linux distributions.

enhancement