and dispose its subscriptions, nothing leaks?
# rx
u
and dispose its subscriptions, nothing leaks?
g
it will leak
u
how? Shouldnt only the listener leak if I detach his references ti outside world?
g
At least observable will leak, but it may be not so big problem
Also you can use weak reference to avoid leak in this case
u
yes, just making sure, thanks
anyways what a stupid api
g
Yeah, agree