Closed
Description
- Using RxJava 2.0.6
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.