Giter Site home page Giter Site logo

benpope / pusher-cpp Goto Github PK

View Code? Open in Web Editor NEW
18.0 4.0 6.0 27 KB

Pusher++ is a header-only cross-platform C++ library for connecting to Pusher

License: Boost Software License 1.0

CMake 29.31% C++ 70.69%
cpp pusher boost beast asio openssl cmake

pusher-cpp's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pusher-cpp's Issues

example client doesn't work

Hi there.

$ ./pusher++-client --key de504dc5763aeef9ff52

pusher++-client: /home/axel/git/pusher-cpp/rapidjson/rapidjson/include/rapidjson/document.h:1681: const Ch* rapidjson::GenericValue<Encoding, Allocator>::GetString() const [with Encoding = rapidjson::UTF8<>; Allocator = rapidjson::MemoryPoolAllocator<>; rapidjson::GenericValue<Encoding, Allocator>::Ch = char]: Assertion `IsString()' failed.
[1]    21727 abort (core dumped)  ./pusher++-client --key de504dc5763aeef9ff52

the key stem from https://www.bitstamp.net/websocket/ and works well in javascript

Fails to build: Boost >=1.70.0 has removed boost/asio/handler_type.hpp

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 <boost/asio/handler_type.hpp>

In file included from /dev/pusher-cpp/pusher++/test/test_coroutine.cpp:11:
/dev/pusher-cpp/pusher++/include/pusher++/client.hpp:12:10: fatal error: 'boost/asio/handler_type.hpp' file not found
#include <boost/asio/handler_type.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In file included from /dev/pusher-cpp/pusher++/examples/client.cpp:7:
/dev/pusher-cpp/pusher++/include/pusher++/client.hpp:12:10: fatal error: 'boost/asio/handler_type.hpp' file not found
#include <boost/asio/handler_type.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In file included from /dev/pusher-cpp/pusher++/test/test_signal_filter.cpp:14:
/dev/pusher-cpp/pusher++/include/pusher++/client.hpp:12:10: fatal error: 'boost/asio/handler_type.hpp' file not found
#include <boost/asio/handler_type.hpp>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.