Is it a common pattern to use Subjects to cache an observables emission? Like using a BehaviourSubject to cache the last item emitted? To me it somewhat feels like a misuse if I only have one subscriber. Is it just me?
t
thomasnield
04/05/2017, 10:51 AM
anstaendig: I would try to use replay(1) followed by an autoConnect()