Hi guys. Is it possible to limit the number of `Su...
# rx
u
Hi guys. Is it possible to limit the number of
Subscriber
to an
Observable
to just one? So that every time a
Subscriber
subscribes to an
Observable
, the previous one gets disposed? Thanks.