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
Use Case:
We have a use case where a communication disconnection may occur due to a service outage, network outage (offline), laptop sleep etc.
In this case, we use promise-retry to loop our request with a timeout.
Question:
Is there way to reset or interact with the promise-retry once its called?
ie. The network comes back online, but there may be 30 seconds left before the next retry.
(Ideally if there was a reset)
The text was updated successfully, but these errors were encountered:
Use Case:
We have a use case where a communication disconnection may occur due to a service outage, network outage (offline), laptop sleep etc.
In this case, we use promise-retry to loop our request with a timeout.
Question:
Is there way to reset or interact with the promise-retry once its called?
ie. The network comes back online, but there may be 30 seconds left before the next retry.
(Ideally if there was a
reset
)The text was updated successfully, but these errors were encountered: