Continuing with C# and Nats, now looking at NatsObservable
Time has come to encapsulate the consuming part a bit, and in this post we will move this to something called NatsObservable which extends IObservable<IOp> and therefore lets you observe incoming ops from a Nats server. Using ReactiveExtensions.Net [https://github.com/Reactive-Extensions/Rx.N…
Daniel Wertheim