Okay, I guess I'm speaking more in the context of JavaFX development than Android, but still same concept. That's expected of a singleton, but if I dispose a window and properly unsubscribe everything, my reasoning is I'll have to use refCount() to respect those unsubscriptions rather than autoConnect(). I'll see if I can come up with a sharable example later