https://kotlinlang.org logo
#rx
Title
i

iex

05/06/2019, 1:31 AM
How do I prevent subscribing a subject multiple times to an observable?
subscribe(subject)
doesn't return a disposable.
m

Mohamed Ibrahim

05/06/2019, 12:45 PM
Try subscribeWith()
i

iex

05/06/2019, 3:39 PM
thanks
2 Views