Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
immediate
property to sockets (#209)
This allows the setting of the sockopt `ZMQ_IMMEDIATE`, which allows for more reliable message passing when dealing with round-robin style sockets such as a `DEALER` socket. See the man page for setsockopt for more information: http://api.zeromq.org/master:zmq-setsockopt
- Loading branch information