-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(retry): fix internal unsubscriptions for retry
Fix retry operator to unsubscribe from the source whenever the source emits an error and a new retry will be attempted. Also fix the operator to unsubscribe the internal retried subscription to the source whenever the result Observable is unsubscribed. Resolves issue #546.
- Loading branch information
Showing
1 changed file
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters