Using ZeroMQ with C# with inproc transport
问题 I'm experimenting with ZeroMQ and trying to get something working. My first thought was to set up a REP/REQ using the inproc transport to see if I could send messages between two threads. Most of the below code is taken from the clzmq examples, but it doesn't seem to work. Both the server and the client are bound to the transport, but when the client tries to do a Send it blocks and just sits there. I have no ZeroMQ experience so I'm not sure where to look first, any help would be greatly