socket.io-client-cpp
socket.io-client-cpp copied to clipboard
C++11 implementation of Socket.IO client
just after a bit of help, I am not having much luck on stack overflow. below is a copy of my question if anyone knows how I can do this...
Qt `.pri` file for socket.io-client-cpp if somebody need it to attach to your projects. Include it to `.pro` by: `include(socket.io-client-cpp.pri)` ## socket.io-client-cpp.pri ``` CONFIG += no_keywords CONFIG += c++11 SOCKETIOPATH...
Hello socket.io developers, this is just a general wondering. Are you guys planning in some near future to remove dependencies on Boost? The problem for me, and I'm sure for...
hello, i have problem How can I fix it? T_T... os : Amazon Linux
(gdb) where #0 0xb6d38258 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:66 #1 0xb6d3bcd8 in __GI_abort () at abort.c:90 #2 0xb6f58708 in __gnu_cxx::__verbose_terminate_handler () at ../../../../../gcc~linaro-4.8-2013.12/libstdc++-v3/libsupc++/vterminate.cc:95 #3 0xb6f56540 in __cxxabiv1::__terminate (handler=) at ../../../../../gcc~linaro-4.8-2013.12/libstdc++-v3/libsupc++/eh_terminate.cc:38...
Onclosed and onfailed events never working. ` _io->set_close_listener(std::bind(&MainWindow::OnClosed, this, _1)); _io->set_fail_listener(std::bind(&MainWindow::OnFailed, this)); void MainWindow::OnClosed(client::close_reason const & reason) { Q_EMIT DisableUI(false); } void MainWindow::OnFailed() { Q_EMIT DisableUI(false); }`
on linux ubuntu 18.04 and windows with BOOST 1.67: I have these errors: [info] asio async_connect error: system:111 (Connection refused) Error getting remote endpoint: system: 107 Help will be appreciated...
I use `h.connect("ws://localhost:3000?token=xxxx") ` It seem does'nt work
I spent about 12 hours trying to install from the directions listed in the install guide on here, to be fair a lot of that had to do with Boost...
It would be amazing to have ability to add your client through Qt Package Manager https://www.qpm.io/ Do you plan on doing support for this?