ReactiveX / RxJava

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Apache License 2.0
47.88k stars 7.61k forks source link

Problems caused by rxjava version and rxAndroid version #5455

Closed ltigers closed 7 years ago

ltigers commented 7 years ago

RxJava2.1.0 does not execute onComplete when used in conjunction with RxAndroid2.0.1 When RxJava2.1.1 is used in conjunction with RxAndroid2.0.1, onComplete is executed Why?

akarnokd commented 7 years ago

Unknown, also please provide context and unit test that demonstrates the flow that behaves unexpectedly.