<@U0BFDUP0E> I’m doing an exercise where I’m writi...
# squarelibraries
b
@jw I’m doing an exercise where I’m writing a RPC router that uses moshi and I’m trying to figure out how to add seemless batch
[{ ... req1 ... }, { ... req2 ... }]
and non-batch
{ ... single req ... }
support as defined in the jsonrpc.org 2.0 spec