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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
If an API service is unavailable, the application has to deal with the errors, or in most cases it just bails out.
The JsonRpc constructor should accept an array of URLs, and connect to them in specified order. If one is not responding, try the next one. return a comprehensive error if all of them fail.
The text was updated successfully, but these errors were encountered:
If an API service is unavailable, the application has to deal with the errors, or in most cases it just bails out.
The
JsonRpc
constructor should accept an array of URLs, and connect to them in specified order. If one is not responding, try the next one. return a comprehensive error if all of them fail.The text was updated successfully, but these errors were encountered: