Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clear subscription on shareReplay completion
The subscription needs to be cleared to prevent the implementation holding a reference to the completed source. In Angular, not clearing the reference can lead to components not being garbage collected. Closes ReactiveX#5034
- Loading branch information