stojan
01/17/2021, 10:20 AMFlow.retry
using Schedule
you can find the PR here: https://github.com/arrow-kt/arrow-fx/pull/378
It's built atop the Flow.retryWhen
operator and it seems to be working.... am I on the right path? any ideas how to test the delay
part then retrying?Imran/Malic
01/17/2021, 2:07 PMstojan
01/17/2021, 2:19 PM