gregd
06/27/2017, 11:52 PMmySharedObservable().subscribe()
The problem is that it no longer works as multicast. Because when we call such function multiple times, its body is evaluated each time, so effectively a new Observable is created. Did anyone faced similar problem? Any thoughts?