Does anyone know of a way to limit the number of `...
# rx
l
Does anyone know of a way to limit the number of
doOnError
calls when it's used in conjunction with
retryWhen
? I.e. the retry continues but
doOnError
is no longer called? I haven't found anything like
doOnErrorWhen
in docs anywhere.