-
Notifications
You must be signed in to change notification settings - Fork 274
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
Release 17.0.1 #612
Comments
How to reproduce (for macos):
On latest commit it starts spamming with |
Also, is it ok, that it returns no id here Logs of the rust client are also full of
|
I've created issue a bit earlier (#611), could you please provide a working example? I wrote primitive sample:
I see in logs (I've attached impl for
Somehow either this parses incorrectly or somewher else doesn't work or I don't understand:
|
Attaching logs right after server notifies with new data: Notifying:
|
For anyone, who will google it inside issues, or wherever else: To make it work from client side, you need to pass "subscription" key (same id, as you pass into assign_id method) from the server, for example:
It's needed here: "subcription" key I took in its implementation: |
Please, release next version, because this one commit 5d6ba66 ahead of 17.0.0 tag fixes ipc pubsub. Your example https://github.com/paritytech/jsonrpc/blob/master/pubsub/more-examples/examples/pubsub_ipc.rs doesn't work on 17.0.0, but works on that (latest at the moment of writing) commit
The text was updated successfully, but these errors were encountered: