azmq
azmq copied to clipboard
Confusing usage of ZMQ_RCVMORE flag
There are few places where flag ZMQ_RCVMORE is passed to function zmq_msg_recv where it should has no meaning (see http://api.zeromq.org/4-0:zmq-msg-send). It's a bit confusing and I propose to remove this.
Agreed.
On Friday, June 12, 2015, Andrey Upadyshev [email protected] wrote:
There few places where flag ZMQ_RCVMORE is passed to function zmq_msg_recv where it should has no meaning (see http://api.zeromq.org/4-0:zmq-msg-send). It's a bit confusing and I propose to remove this.
— Reply to this email directly or view it on GitHub https://github.com/zeromq/azmq/issues/96.