-
Notifications
You must be signed in to change notification settings - Fork 124
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
Fix Warning Expected subscription, but received an id response instead
#626
Labels
F2-bug
Something isn't working
Comments
Update: Jsonrpsee does not hang:
It is therefore an issue of ws-client and tungstenite rpc-client |
Update: A warning is also produced if everything runs through okay (see #620 (comment)).
So I suppose the warning is wrong, but one needs to differ between the messages:
|
haerdib
changed the title
Investigate Warning
Fix Warning Jul 24, 2023
Expected subscription, but received an id response instead
Expected subscription, but received an id response instead
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See comment: #620 (comment):
Example hangs if an error should be returned.
Steps to reproduce:
run integritee-node 1.0.36 (polkadot-0.9.42 deps)
run substrate api client example:
Just logs the warning and keeps on waiting for a response.
To be looked into: Is this a problem of ws-client/ tungstenite client only, but also jsonrpsee?
The text was updated successfully, but these errors were encountered: