Closed
Description
Worth exploring if it is possible to prevent duplicate onStart
without wrapping Subscriber
. It may not be worth the effort for the small benefit, but it seems wrong we need to wrap just to avoid that.
The duplication comes via lift
here:
RxJava/src/main/java/rx/Observable.java
Line 144 in bd8fb30
Examples of wrapping were discussed originally here: #3065 (comment)