forked from ReactiveX/rxjs
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(repeat): fix inner subscription semantics for repeat
Fix repeat operator to unsubscribe from the repeatable source as soon as possible (when the previous repetition was completed), not when the resulting Observable was unsubscribed (which is as late as possible). Also fix repeat operator to not subscribe to the source at all if count=0. Resolves ReactiveX#554.
- Loading branch information
Andre Medeiros
committed
Oct 19, 2015
1 parent
c75e414
commit 95c10c8
Showing
1 changed file
with
64 additions
and
20 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