We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't find in the json-rpc 2.0 spec where a notify params can't be objects. Current implementation only allows null or array.
jsonrpc/core-client/transports/src/lib.rs
Lines 298 to 307 in 38af3c9
I believe it should implement the same logic as the call_method implementation above it
Lines 269 to 284 in 38af3c9
I can do a PR if I'm correct in my research.
Wonderful project. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't find in the json-rpc 2.0 spec where a notify params can't be objects. Current implementation only allows null or array.
jsonrpc/core-client/transports/src/lib.rs
Lines 298 to 307 in 38af3c9
I believe it should implement the same logic as the call_method implementation above it
jsonrpc/core-client/transports/src/lib.rs
Lines 269 to 284 in 38af3c9
I can do a PR if I'm correct in my research.
Wonderful project. Thank you.
The text was updated successfully, but these errors were encountered: