- Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 3.0.4 - May 21, 2020 (Maven)
Bugfixes
- Fix
Flowable.groupByeviction logic double decrement and hang. (3.x: Fix Flowable.groupBy eviction logic double decrement and hang #6975) - Fix
Flowable.groupBycancellation/cleanup/eviction race hangs. (3.x: Fix Flowable.groupBy cancellation/cleanup/eviction race hangs #6979) - Disable fusion on the groups of
Flowable.groupBy. (3.x: Disable fusion on the groups of Flowable.groupBy #6983) - Fix
Flowable.groupByeviction-completion-replenishment problems. (3.x: Fix Flowable.groupBy eviction-completion-replenishment problems #6988) - Removed unnecessary
upstream.cancel()call for casually finished upstream sequences. (Removed unnecessary upstream.cancel() call for casually finished upstream sequences. #6992)