You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: