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
As discovered in paritytech/substrate#11460, when the limit of subscriptions is reached following error is returned to the client:
RPC call failed: ErrorObject { code: ServerError(-32604), message: "Server is busy, try again later", data: None }
The error isn't very descriptive, it took be a bit of time to figure out what resource was actually exceeded from error code. Something like "Reached limit for number of connections" would have saved me some time.
The text was updated successfully, but these errors were encountered:
As discovered in paritytech/substrate#11460, when the limit of subscriptions is reached following error is returned to the client:
The error isn't very descriptive, it took be a bit of time to figure out what resource was actually exceeded from error code. Something like "Reached limit for number of connections" would have saved me some time.
The text was updated successfully, but these errors were encountered: