MyNatsClient and Exceptions
The Client [https://github.com/danielwertheim/mynatsclient] that I'm currently building for NATS Server is based around IObservable<T> and when you hook up a subscription against the stream of MsgOp you have the possibility of injecting an IObserver<T> which allows you to inject a ha…
Daniel Wertheim