RxCombine
RxCombine copied to clipboard
Fixed RxSubscription strong reference cycle
Passing func of an objec as a closure results in reference to this object in this closure. Saving this closure in the object itself results in strong reference cycle. Object -> Closure -> Object