You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new with both Reactive-Billing and RxJava. I'm trying to subscribe multiple subscribers to the purchaseFlow Observable. If i understand correctly, you could accomplish this with share() or publish() but I'm not sure how I would go about implementing this.
The effect I'm trying to accomplish is that multiple (two) views can register to the same purchaseFlow() object independently.
Excuse me if this not an appropriate question here.
The text was updated successfully, but these errors were encountered:
Hi,
I'm new with both Reactive-Billing and RxJava. I'm trying to subscribe multiple subscribers to the purchaseFlow Observable. If i understand correctly, you could accomplish this with share() or publish() but I'm not sure how I would go about implementing this.
The effect I'm trying to accomplish is that multiple (two) views can register to the same purchaseFlow() object independently.
Excuse me if this not an appropriate question here.
The text was updated successfully, but these errors were encountered: