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
Axios does not have any timeout by default. Ethers porovider has a 2 minute default timeout (but we can maybe set it explicitly). These are important to properly cleanup resources.
The go utils timeout can be applied as necessary. E.g. ensure that some loop calls do not overlap. This is tricky to do correctly because it's impossible to cancel running an already started function.
The text was updated successfully, but these errors were encountered:
See discussion in #88 (comment)
Axios does not have any timeout by default. Ethers porovider has a 2 minute default timeout (but we can maybe set it explicitly). These are important to properly cleanup resources.
The go utils timeout can be applied as necessary. E.g. ensure that some loop calls do not overlap. This is tricky to do correctly because it's impossible to cancel running an already started function.
The text was updated successfully, but these errors were encountered: