Froussios / Intro-To-RxJava

An extensive tutorial on RxJava
2.05k stars 400 forks source link

Fix wrong result on Side effects example #40

Closed ntvinhdev closed 1 year ago

ntvinhdev commented 6 years ago

In exampleModifyReference(), because we assign service.items with another BehaviorSubject instance, this subject no longer emits Great item, instead it will emit Later. I detected that when trying to learn Side effects session.