Problem I wrote a test program (and first “real” Haskell program!) that receives a zmq request on 1 socket, and […]
Tag: zeromq
Lazy Pirate Request Response pattern using zeromq and C#/.NET bindings
Problem I’m a zeromq newb and have implemented the REQ/RES Lazy Pirate pattern with C#. It’s essentially a port from […]