ReactiveX / reactivex.github.io

ReactiveX Website
Apache License 2.0
139 stars 139 forks source link

Improve documentation of doOnUnsubscribe( ) #233

Open DavidMGross opened 8 years ago

DavidMGross commented 8 years ago

Clarify whether doOnUnsubscribe( ) calls its action when it unsubscribes from the source Observable, not when its subscribers unsubscribe from it's resultant Observable; or whether it calls its action whenever observers to its resultant Observable unsubscribe from it... there's some confusion on the point. The marble diagram may need to be made more evocative of this as well.

See: ReactiveX/RxJava#3877

DavidMGross commented 8 years ago

see ReactiveX/RxJava#3907