Open Cody-Nelson opened 2 months ago
Due to how it was structured with resolve, if the provided callback errored in retryWithDelay/retry it would not be inside of a promise, and therefor would not retry.
retryWithDelay
retry
Due to how it was structured with resolve, if the provided callback errored in
retryWithDelay
/retry
it would not be inside of a promise, and therefor would not retry.