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, order and amount of messages for Single and Completable are correct, but LambdaObserver calls dispose before terminal event. That triggers doFinally too early.
According to new lifecycle (confirmed here #4811) no messages Observable.doOnDispose should be there.
The text was updated successfully, but these errors were encountered:
Recently discovered behaviour that brings incorrect order for Observable.doFinally
Here is code to check
Output:
As you can see, order and amount of messages for Single and Completable are correct, but
LambdaObserver
calls dispose before terminal event. That triggers doFinally too early.According to new lifecycle (confirmed here #4811) no messages Observable.doOnDispose should be there.
The text was updated successfully, but these errors were encountered: