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

When building in Xcode, build fails with a Parse Error: The file is sio_client_impl.cpp, lines 282 and 496 respectively. Error 1: ```c++ if(ec || m_con.expired()) { if (ec != boost::asio::error::operation_aborted)...

An error has occurred. If BufferSize is low, there is no problem. When BufferSize becomes large, Trnaport Error occurs and DisConnect is done. image Success ![image](https://user-images.githubusercontent.com/51893487/60694039-a8689080-9f17-11e9-992f-eee346fcfe66.png) image Failed ![image](https://user-images.githubusercontent.com/51893487/60694047-b0c0cb80-9f17-11e9-8693-64f60fd854f3.png) image...

1.问题描述 项目里面创建一个sio::client h h.connect 和 创建typedef websocketpp::client client; client m_ariaDownSocket; 去连接就会出现崩溃现象,崩溃点是void set_socket_init_handler(socket_init_handler h) { m_socket_init_handler = h; } h为empty

> sio_client.obj:-1: error: LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'errno_ecat''(void)" (??__Eerrno_ecat@system@boost@@YAXXZ) > > sio_client.obj:-1: error: LNK2019: unresolved...

Hi, My socket-io server is using client certificates to verify clients and also rejecting clients without certificate. I have cert,key & ca file. How can I use my certificate with...

ls it possible to include this library in the c language application??

With client-side JavaScript: `var socket = io('http://127.0.0.1:8080', { path: '/myapp/notify' })` But I can't find path option in this library. In API documents, I saw: `h.connect("http://127.0.0.1:8080")` without path option. Because...

basically all PRs show a build failed status, because the current travis ci configuration is failing