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
Is your feature request related to a problem? Please describe.
Allow clients to batch rpc request of operation for parallel request.
Describe the solution you'd like
Allow the Router to ship more than one RPC request and return array of results. Not sure if I should limit them to N so we dont kill the rpc or get banned. Maybe thats developer responsability
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Allow clients to batch rpc request of operation for parallel request.
Describe the solution you'd like
Allow the Router to ship more than one RPC request and return array of results. Not sure if I should limit them to N so we dont kill the rpc or get banned. Maybe thats developer responsability
The text was updated successfully, but these errors were encountered: