Request and response with C# and NATS
I'm currently adding support for request-response message pattern in MyNatsClient [https://github.com/danielwertheim/mynatsclient]. And as it turns out, it's really simple, much thanks to having it being based around Observables and thereby supporting Reactive Extensions [http://reactivex.i…
Daniel Wertheim