Accidentally introduced a bug with my last refactor where the millisToRetry would not be respected and run forever. I wanted this field to be seconds until it timesout as this felt more intuitive from the user's perspective. This PR should fix this bug.
Accidentally introduced a bug with my last refactor where the
millisToRetry
would not be respected and run forever. I wanted this field to beseconds until it timesout
as this felt more intuitive from the user's perspective. This PR should fix this bug.