avast/retry-go

Add BreakIf Func on attempt(0), to infinite retry condition break.

z9905080 opened this issue · 0 comments

When I attempt to retry with attempt 0, a break is necessary if certain conditions are met.
It's suggested to add a 'break' condition within the function.