As this article says, CompositeSubscription is hard to use in Android activities / fragments because there is no way to re-initialize its instance.
I wonder why its clear() method does not clear its state. Is there any reason about it? Or, is it just a bug in COmpositeSubscription?