ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.32k stars 4.17k forks source link

Don't retain receiver of Completable.andThen beyond its completion #2604

Open nikolaykasyanov opened 3 months ago

nikolaykasyanov commented 3 months ago

Otherwise the creation closure and operator closures involved in the Completable (and hence all objects captured by them) are retained until the outer stream completes or terminates with error.