RxSwift icon indicating copy to clipboard operation
RxSwift copied to clipboard

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

Open nikolaykasyanov opened this issue 1 month ago • 0 comments

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.

nikolaykasyanov avatar May 24 '24 15:05 nikolaykasyanov