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
At a high level I can see how this could be a nice addition to the project -- if you have an implementation with tests I'd be happy to review and include it but I'm not actively doing much if any development on this.
It doesn't seem right that a retry loop can only be interrupted (or interacted with) form inside the callback.
There are many scenarios when it needs to happen externally.
Function
retry
should return an object/interface for stopping, and even monitoring the current status:also, how about pausing the retries?
plus access to the current status:
The text was updated successfully, but these errors were encountered: