Join Slack
Powered by
Question. If I pass in Dispossable into CompositeD...
# rx
l
lupajz
04/11/2017, 9:43 AM
Question. If I pass in Dispossable into CompositeDisposable if the termination event happens is the given dispossable evicted or still present ?
p
Paul Woitaschek
04/11/2017, 4:02 PM
If you called
.unsubscribe
on the
CompositeDisposable
, the added
Disposable
will be unsubscribed immediately. If you called
.clear()
it’s like it’s fresh.
l
lupajz
04/11/2017, 4:19 PM
No the problem was that I was not getting disposeOn after termination event after putting observable into composite.
3
Views
Open in Slack
Previous
Next