To clarify, in the event the count drops to zero, ...
# rx
n
To clarify, in the event the count drops to zero, on a new subscription with
replay(1).refCount()
the upstream source will be recalculated, but with
RxReplayingShare
it will replay whatever the last cached value was? That is the primary difference.