-
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(AsyncSubject) should not allow complete() after error (#2280)
* test(AsyncSubject): asyncsubject should not send complete event after error * fix(AsynSubject): check if there is an error first * test(AsyncSubject): asyncSubject should not send error event after complete * fix(AsyncSubject): only pass error if asyncsubject is not completed
- Loading branch information
1 parent
f7402b9
commit c70a09d
Showing
2 changed files
with
34 additions
and
5 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
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