ReactiveX / RxAndroid

RxJava bindings for Android
Apache License 2.0
19.89k stars 2.94k forks source link

Flowable request N was changed when using " .observeOn(AndroidSchedulers.mainThread())" #384

Closed lengxf closed 7 years ago

lengxf commented 7 years ago

Flowable request N was changed when using " .observeOn(AndroidSchedulers.mainThread())".

Please check the log .

screenshot from 2017-07-24 16-14-15

what's reason do you know ? thanks.

lengxf commented 7 years ago

the library version : compile 'io.reactivex.rxjava2:rxjava:2.1.2' compile 'io.reactivex.rxjava2:rxandroid:2.0.1'

JakeWharton commented 7 years ago

Not an RxAndroid issue and double-posted to RxJava anyway.