-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
Update there is a ZeroMQ plugin forked from this plugin - https://github.com/acoutts/chintai-zeromq-watcher-plugin |
Try to compile this plugin - https://github.com/acoutts/chintai-zeromq-watcher-plugin [100%] Built target unit_test
|
@pipilink - @acoutts might be able to help. or please create a ticket on https://github.com/acoutts/chintai-zeromq-watcher-plugin |
@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. |
* receiver is now located directly inside action (action.receipt.receiver -> action.receiver) * removed inline traces iteration, these should all be transaction traces now
Enable support for Web Sockets in addition to HTTP end point.
Requested by Syed Jafri - Cafe
The text was updated successfully, but these errors were encountered: