Simple incoming OP parser for Nats in C#
Instead of a big blog post I'll continue to write smaller parts in my journey with Nats. Feels like it rimes better with the philosophy of Nats. So, this time, lets look at a simple parser that parses a downward stream from a Nats server to a client in C#. The implementations shown will change…
Daniel Wertheim