[zeromq-dev] zmq disconnection
Prakash Kadel
prakash.kadel at gmail.com
Mon Feb 27 15:24:25 CET 2012
hello,
i have been using zmq for a while now. Currently i am using the push-pull pattern to send messages, with this pattern the sockets get disconnected after a while. i can see that there are messages still in the queue but the receiver cannot receive -- zmq_poll fails and noblock receive returns without message. if i reconnect, then i get remaining messages, but then the messages already in the buffer gets lost. if i implement this with req-rep pattern - no disconnection. i know its too vauge to ask for suggestion, but can you please point me to some areas that i should be looking for to solve this bug.
Sincerely,
Prakash
More information about the zeromq-dev
mailing list