.retryWhen(errors$ => Rx.Observable.range(1, maxRetries) .zip(errors$, (i, ... 3 Otherwise, use throw() to propagate an exception downstream to subscribers.
確定! 回上一頁