socket.io-client-cpp
socket.io-client-cpp copied to clipboard
C++11 implementation of Socket.IO client
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...
 Socket.IO server version: `3.1.0`  Socket.IO client version: `3.0.0` 
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.