Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(groupBy): unsubscribe GroupDurationSubscriber after completing th…
…e group The Groups are disposed by the GroupDurationSelector, however the GroupDurationSubscriber can be subscribed to a different observable than the group itself. To prevent any unwanted subscriptions to accumulate over time we need to explicitly unsubscribe after the first event in GroupDurationSubscriber closes the group. Fixes #2660
- Loading branch information