Skip to content

3.0.4

Compare
Choose a tag to compare
@akarnokd akarnokd released this 21 May 08:41
· 444 commits to 3.x since this release
3f386be

Maven
JavaDocs

Bugfixes

  • Fix Flowable.groupBy eviction logic double decrement and hang. (#6975)
  • Fix Flowable.groupBy cancellation/cleanup/eviction race hangs. (#6979)
  • Disable fusion on the groups of Flowable.groupBy. (#6983)
  • Fix Flowable.groupBy eviction-completion-replenishment problems. (#6988)
  • Removed unnecessary upstream.cancel() call for casually finished upstream sequences. (#6992)