noheltcj / RxCommon

Multiplatform implementation of ReactiveX providing a common way to build one set of business logic for native, iOS, Javascript, Android, JVM, and other platforms.
MIT License
82 stars 3 forks source link

Subject subscribeTo does not provide a way to dispose the internal observer #31

Closed noheltcj closed 5 years ago

noheltcj commented 5 years ago

Due to the fact that the disposable created when adding the subject as an observer of the upstream source is not exposed by the subscribeTo method, cleanup is not possible.