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 JSON-RPC server must allow at least 4 transactions being broadcasted at the same time per JSON-RPC client. Any attempt to broadcast more than 4 transactions simultaneously might result in null being returned.
ensure that at least 4 operations per RPC client are accepted by the server (extracted from spec)
cc @paritytech/subxt-team
The text was updated successfully, but these errors were encountered:
This PR limits the number of active calls to the transactionBroadcast
APIs to 16.
cc @paritytech/subxt-teamCloses: #3081
---------
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Co-authored-by: James Wilson <james@jsdw.me>
cc @paritytech/subxt-team
The text was updated successfully, but these errors were encountered: