-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Description
So I came from this StackOverFlow thread RxJava - .doAfterSubscribe()?. So that combination of mergeWith()/startWith()
and doOnComplete
works really fine but I think it's a bit too creative to come up with by myself. I think lots of us want this approche because we are trying/experimenting for this architecture by Jake Wharton in the talk of Devoxx here: The State of Managing State with RxJava
.
So I wonder why don't we have a build-in operator that can do this sort of work after your subscriber set up.
So it's like a part of Observable can survive out side of the stream as a Subject.
Thanks!