-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
observeOn unsubscribes child observables/interrupts the thread #5694
Comments
|
Fix in #5695. |
Hi @akarnokd thanks for the fast response. Is there any chance we can get this fixed in 1.x as well? |
Yes, but it may take an additional week to have it released. Besides, we would like to encourage people to switch to v2 as it's only 6 months till RxJava 1.x' end-of-life. |
Closing via #5696 |
Hi,
The following test shows the use of
observeOn
in an observable chain interrupts the thread, cancelling child observables.The sleep is interrupted periodically printing "Interrupted!" while the test is running. The problem does not occur when the
observeOn
line is commented out.We've tested this in RxJava 1.3.2 and 2.1.6 with the same results.
The text was updated successfully, but these errors were encountered: