Is there any way to have an observable or flowable...
# rx
a
Is there any way to have an observable or flowable buffer the last item until someone consumes it? Basically I want the bahavior of
BehaviorSubject
except I only want to get the last item immediately if no one else already got that item. Does that make sense?