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
It seems this issue is still present in RxJava 2. When late subscribers subscribe() to a source with replay(time, unit) that has already expired, the source still emits the "expired emission" if onNext() is not called.
Posted this originally on StackOverflow but I'm now referencing it here because it seems to be an issue with the library.
The text was updated successfully, but these errors were encountered:
akarnokd
changed the title
replay() seems to be still replaying old data for late subscribers
2.x: replay() seems to be still replaying old data for late subscribers
Feb 27, 2017
It seems this issue is still present in RxJava 2. When late subscribers
subscribe()
to a source withreplay(time, unit)
that has already expired, the source still emits the "expired emission" ifonNext()
is not called.Posted this originally on StackOverflow but I'm now referencing it here because it seems to be an issue with the library.
The text was updated successfully, but these errors were encountered: