clrzmq
clrzmq copied to clipboard
CLR (.NET & Mono) binding for 0MQ
Hello, I have successfully built clrzmq/src/ZeroMQ on Windows for Mono, but I can't figure out what libzmq.dll nor where to put it. Any suggestions?
Hello, Is it possible to use clrzmq with zeromq-4.x versions? Thanks,
Update to add support for the ZMQ_XPUB_VERBOSE socket option
Both SendHighWatermark and ReceiveHighWatermark have a default of 1000 instead of 0, as per the xml doc. (This one had me pulling my hairs for 2 days).
I've added a Pop method to ZmqMessage that is equivalent to zmsg_pop(). We need this method since Unwrap also deletes the second frame when it's empty and this is sometimes...
The official ZeroMQ windows installable creates DLLs like ``` libzmq-v100-mt-3_2_3 ``` Added a new project setting called "LibZmqDllName" so that users can specify the name of the libzmq dll rather...
This adds the RemoveSocket and RemoveSockets methods to the Poller.
flipped summary between backend vs frontend
Using SendStatus instead of ReceiveStatus in the non blocking Send.