You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see the order is incorrect. This is due to the fact that the item 3 is mapped to a Callable source which won't wait for the previous observables.
The text was updated successfully, but these errors were encountered:
ansman
changed the title
2.x concatMapEager doesn't always preserve order
2.x Observable#concatMapEager doesn't always preserve order
Jan 11, 2017
Sample code (using RxJava 2.0.4):
Expected output:
Actual output:
As you can see the order is incorrect. This is due to the fact that the item
3
is mapped to aCallable
source which won't wait for the previous observables.The text was updated successfully, but these errors were encountered: