Sonu Kapoor
37297cfed7
fix(docs-infra): fix the backoff example ( #38896 )
...
Previously, the `backoff()` example did not work as intended. More
specifically, the `range(1, maxTries)` observable would complete
immediately after emitting the `maxTries`th value, causing the overall
observable to also complete. As a result, it would only make
`maxTries - 1` attempts to recover from an error. More importantly, the
outer observable would complete successfully instead of erroring.
This commit fixes the `backoff()` operator by ensuring it makes exactly
`maxTries` attempts to recover and it propagates the actual error to the
outer observable.
The test for this change is added in the next commit.
PR Close #38896
2020-09-24 11:33:20 -04:00
..
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-09-21 12:25:28 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-01-21 13:12:18 -05:00
2020-08-27 09:05:59 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-04-06 15:31:07 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-08-03 12:54:13 -07:00
2020-07-31 11:00:05 -07:00
2020-07-31 11:00:05 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-09-08 10:06:03 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2019-11-25 11:37:39 -05:00
2020-07-31 11:00:06 -07:00
2020-09-16 15:13:02 -07:00
2020-09-16 15:13:02 -07:00
2020-07-31 11:00:06 -07:00
2020-09-24 11:33:20 -04:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-05-05 11:51:19 -07:00
2020-04-06 15:31:07 -07:00
2020-08-03 12:54:13 -07:00
2020-07-31 11:00:06 -07:00
2020-08-31 11:41:13 -07:00
2020-07-31 11:00:06 -07:00
2020-08-03 12:54:13 -07:00
2020-07-31 11:00:06 -07:00
2020-08-31 10:25:16 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:05 -07:00
2020-09-17 09:31:17 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-08-12 11:26:10 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-07-31 11:00:06 -07:00
2020-08-03 12:54:13 -07:00
2020-08-03 12:54:13 -07:00
2020-07-31 11:00:06 -07:00
2020-07-22 10:15:09 -07:00
2017-04-15 22:15:54 +01:00
2020-07-31 11:00:06 -07:00