Hi, I am trying to write a very simple publisher-subscriber scheme. I'm using clrmzq on VS12.
The publisher and subscriber code is pretty straightforward, and the first ~50-60 messages are being sent and received properly (messages are short strings). However, after a couple of iterations, the publisher starts to fail sending messages with a return code "Interrupted". What does that mean exactly? Who can interrupted a send? Is it thread related? The subscriber has two thread running. Does it happen because the other thread gain control during the send operation? Thanks! -- Shay
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
