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
I am calling create transaction method with timeout of 4s, so when api is taking more than 4s an error(timeout) is thrown but promise is not fulfilled which in turn is a memory leak.
Is there a way we can end execution as soon as we get timeout error?
The text was updated successfully, but these errors were encountered:
I am calling create transaction method with timeout of 4s, so when api is taking more than 4s an error(timeout) is thrown but promise is not fulfilled which in turn is a memory leak.
Is there a way we can end execution as soon as we get timeout error?
The text was updated successfully, but these errors were encountered: