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

JSON-RPC 2.0 Batch Requests not supported #892

Open
AdamSLevy opened this issue Oct 6, 2019 · 0 comments
Open

JSON-RPC 2.0 Batch Requests not supported #892

AdamSLevy opened this issue Oct 6, 2019 · 0 comments

Comments

@AdamSLevy
Copy link
Contributor

According to https://www.jsonrpc.org/specification#batch servers should accept batch requests from clients, which are an array of request objects.

The current API does not accept batch requests and returns an Invalid Request error.

I understand that this is not a high priority item.

Consider making use of my jsonrpc2 library which is strictly conforming to JSON RPC 2.0, very robust, and now supports use of context.Context in method functions.

https://github.com/AdamSLevy/jsonrpc2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant