pusher-cpp
pusher-cpp copied to clipboard
Pusher++ is a header-only cross-platform C++ library for connecting to Pusher
Boost has deprecated the handler_type with the note "(Deprecated: Use two-parameter version of async_result.)". Build output: > In file included from /dev/pusher-cpp/pusher++/examples/server.cpp:6: /dev/pusher-cpp/pusher++/include/pusher++/server.hpp:14:10: fatal error: 'boost/asio/handler_type.hpp' file not found #include...
Is it possible to connect to a specific server with this library? I am trying to port a nodejs implementation in order to improve performance, and those are the required...