<@U5B2GP4NN> In the function you pass to `retryWhe...
# rx
a
@vaskir In the function you pass to
retryWhen
you need to transform each
Throwable
to either an
onNext
to resubscribe, an
onComplete
to terminate without error or an
onError
to complete with an error