Hi Benn, > However, I would not be surprised if the internal tracking in 0mq simply > tracks this by fd. Since the client reconnects so rapidly, it gets the > same fd with the server, and a duplicate entry is contained within the > internal tracking objects. This, I suspect, explains the duplicate messages. > > I’d like some independent clarification of this analysis.
Yes. That's the case. If an error is encountered with the socket the connection is restarted. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
