1.3.4
Bugfixes
- Pull 5696: Fix
Completable.concat
to usereplace
and don't dispose the oldSubscription
on switching to the next source. - Pull 5726: Fix broken backpressure through
unsubscribeOn()
.
Documentation
- Pull 5719: Document the timed
take()
operator will signal theonCompleted
event on the givenScheduler
when it times out.