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
At the time of subscription 2, I expected connectable observable from replay(1) to start over and emit 1 and 2, just like subscription 3. However, subscription 2 only emits 2.
RxJava version : 2.2.8 & 2.2.1 (tested in both versions)
RxJava2Debug version : 1.4.0
Code (in Kotlin, in Android)
Log
Explanation
At the time of subscription 2, I expected connectable observable from
replay(1)
to start over and emit 1 and 2, just like subscription 3. However, subscription 2 only emits 2.When I turn off RxJava2Debug, this works as expected like (ReactiveX/RxJava#6471 (comment)).
The text was updated successfully, but these errors were encountered: