Batch requests
nicwest opened this issue · 1 comments
nicwest commented
How would I go about implementing optional batch rpc requests as specified here: http://www.jsonrpc.org/specification#batch ?
This is my example program: https://gist.github.com/nicwest/dd014688600ba8d39bf6
I get this error: json: cannot unmarshal array into Go value of type json.serverRequest
, however breaking the request down into it's component calls works as expected.
elithrar commented
Closing due to inactivity.