Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Web Sockets in addition to HTTP #1

Open
eosauthority opened this issue Jul 31, 2018 · 4 comments
Open

Support for Web Sockets in addition to HTTP #1

eosauthority opened this issue Jul 31, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@eosauthority
Copy link
Owner

Enable support for Web Sockets in addition to HTTP end point.

Requested by Syed Jafri - Cafe

@eosauthority eosauthority added the enhancement New feature or request label Jul 31, 2018
@eosauthority
Copy link
Owner Author

Update there is a ZeroMQ plugin forked from this plugin - https://github.com/acoutts/chintai-zeromq-watcher-plugin

@pipilink
Copy link

Try to compile this plugin - https://github.com/acoutts/chintai-zeromq-watcher-plugin

[100%] Built target unit_test
/usr/local/lib/libzmq.so: undefined reference to std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20' /usr/local/lib/libzmq.so: undefined reference to __cxa_throw_bad_array_new_length@CXXABI_1.3.8'
collect2: error: ld returned 1 exit status
make[2]: *** [programs/nodeos/CMakeFiles/nodeos.dir/build.make:210: programs/nodeos/nodeos] Error 1
make[1]: *** [CMakeFiles/Makefile2:6422: programs/nodeos/CMakeFiles/nodeos.dir/all] Error 2
make: *** [Makefile:163: all] Error 2

    >>>>>>>>>>>>>>>>>>>> MAKE building EOSIO has exited with the above error.

@eosauthority
Copy link
Owner Author

@pipilink - @acoutts might be able to help. or please create a ticket on https://github.com/acoutts/chintai-zeromq-watcher-plugin

@acoutts
Copy link
Contributor

acoutts commented Sep 17, 2018

@pipilink it is complaining that it can't find libzmq on your system. Please ensure you follow the dependency installation instructions to setup zmq for your system.

http://zeromq.org/intro:get-the-software

trakout referenced this issue in trakout/eosio-watcher-plugin Oct 24, 2019
* receiver is now located directly inside action (action.receipt.receiver -> action.receiver)
* removed inline traces iteration, these should all be transaction traces now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants