Retries the latest task if the observable pushes false and then true.
false
true
The observable that triggers the retry of the latest task.
The timeout in milliseconds that should pass after false was pushed to retry the executor when true is pushed.
Retries the latest task if the observable pushes
false
and thentrue
.