socket.io-client-cpp
socket.io-client-cpp copied to clipboard
C++11 implementation of Socket.IO client
My sample code on downloaded.It is running normal on the win7 64 bit system,but it is crash on the win7 32 bit.Why?
I'm using Visual Studio 2015. At first time, CMake successfully configured and generated projects. However, re-configuring fails after editing CMakeLists.txt. ``` 1>------ ビルド開始: プロジェクト:ZERO_CHECK, 構成:Debug Win32 ------ 1> Checking Build...
When client tries to connect to server and the ip address does not exist websocketpp ends up calling: `websocketpp::endpoint::handle_connect_timeout(...)` and then boost calls: `boost:asio::basic_socket::cancel();` and this function throws an error:...
Hey, I want to emit an event which holds one binary object and a few strings. I thought the `message::list` approach as seen in your Readme would work. I tried:...
Hi @All this is a qt socketio https://github.com/KurtPattyn/QtSocketIo but socketio version can load some bad error
Hi it seems to be no way to call ack when receive message sio::socket::event_listener_aux([&](string const& name, message::ptr const& data, bool isAck, message::list& ack_resp) what is ack_resp for? It suppose to...
Hi, When using a python socket.io client,when receiving a message, I could send back an acknowledge message (some Json). In socket.io-client-cpp, the signature seems to enable it as well :...
Hello, I've followed the set up instructions as best as I can, boost seems linked, as well as the socket-io libraries. Following the example my main.cpp looks like this: ```...
``` sio::client h; h.connect("http://127.0.0.1:3000"); ``` On the server, i do nothing. Nothing to emit. Here is the error after repeatly disconnect and reconnect. ``` node app.js 1Vly7u40VqO6yHv9AAAA connected 1Vly7u40VqO6yHv9AAAA has...
While i run code c++ from example console connect to Server Socket Nodejs, i got a isssue, it is disconnect after success about 2 minute. I want to keep alway...