Skip to content

0.21.2

Compare
Choose a tag to compare
@elizarov elizarov released this 15 Jan 12:21
· 2393 commits to master since this release
  • Fixed openSubscription extension for reactive Publisher/Observable/Flowable when used with select { ... } and added an optional request parameter to specify how many elements are requested from publisher in advance on subscription (see #197).
  • Simplified implementation of Channel.flatMap using toChannel function to work around Android 5.0 APK install SIGSEGV (see #205).