On Nov 22, 2010, at 1:33 PM, Scott Asher wrote: > Hello, > > Just querying about expecting behavior in 2.1.0. If I'm connecting a > ZMQ_PAIR and I bind() one end and then send() before I connect the other end, > my send() blocks, even though I've set HWM on the socket to 0, and I've got > ZMQ_NOBLOCK being set. > > Is this expected?
That is not expected. Sounds like a bug. Please open an issue with the details. cr _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
