[Solved] Subscribing to a future observable
The key problem is to find a way to keep an Observer subscribed to a stream whilst tearing down and replacing an underlying source. Let’s just focus on a single event source – you should be able to extrapolate from that. First of all, here is an example class we can use that has a … Read more