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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
