dart-neats icon indicating copy to clipboard operation
dart-neats copied to clipboard

get current attempt times

Open zysc8313 opened this issue 3 years ago • 3 comments

Would that be possible that I can get current attempt times in the onRetry callback function?

zysc8313 avatar Dec 08 '21 03:12 zysc8313

@zysc8313 you can checkout this: https://github.com/ibhanu/dart-neats/tree/master/retry

I'm sending attempt count both in retryIf and retryOn to work with inside your code.

I don't know is it PR worthy.

ibhanu avatar Dec 22 '21 18:12 ibhanu

@ibhanu Thank you! that's definitely a good PR

zysc8313 avatar Dec 23 '21 05:12 zysc8313

This is breaking, I'd suggest making a different better retry package :)

jonasfj avatar Sep 12 '22 22:09 jonasfj