socket.io-client-cpp
socket.io-client-cpp copied to clipboard
C++11 implementation of Socket.IO client
Just want to note that if you are getting a generic TLS handshake error, it's likely that your server is only supporting TLS v1.1 or above. Example is AWS's application...
Hi everyone, In some case , i need build socketio tls but not verify certification. eg. server self-signed cer. i follow official build step , it not mention how to...
hi this is my error: CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Boost (missing: system date_time random) (found suitable version "1.72.0", minimum required is "1.72.0") Is it...
Hi, it's possible to use this library to connect Flask server SocketIO and esp8266 using this library? In this case where I can find some documentation or example? Thanks a...
Hello, Is there any way to set IO.Options?? When I developed on iOS or Android, I set options like this. ``` val option: IO.Options = IO.Options() option.forceNew = true option.reconnection...
Is it possible to send message to the client from socket.io server cpp (found here: https://github.com/mrudangit/Socket.IO.Server.CPP ?)
In my repository, TLS version was upgraded and path property was added
GET /socket.ioEIO=4&transport=websocket&t=1576482213&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9%2EeyJhcHBfaWQiOiIxNWRmNGQzZiIsImNsaWVudCI6IndpbmRvd3MiLCJwbGF0Zm9ybSI6InZvcCIsInRpbWVzdGFtcCI6MTU3NjQ4MjIxMywiaXAiOiIxMjQuMTI4LjUuNDYiLCJ1eF90aW1lIjoxNTc2NDgyMjEzMTI1fQ%2EZ585Vd6CbrN2utmxOxIDH%2DNbCQAOROW0Zj50WVtf3PI HTTP/1.1 host: msg01-open.e.vhall.com Sec-WebSocket-Key: zH6fjF8L9iFsomPyehKlUw== Sec-WebSocket-Version: 13 User-Agent: WebSocket++/0.8.1 Connection: Keep-Alive HTTP/1.1 400 Bad Request Content-Type: application/json Access-Control-Allow-Origin: * Date: Mon, 16 Dec 2019 07:43:37 GMT Connection: close...
I got complex template compile error when using boost 1.71. This repo has stopped update since Oct. 2017, so I write the solution here: Use boost 1.69. (I didn't test...
Please add code for a cpp server :3