I suspect this is caused by the time required to try reconnecting (it gets progressively longer). Don't put a sleep between the connect and bind, just before the sending first message.
Joshua On Mar 21, 2012, at 6:56 AM, Doherty, Kevin wrote: > > Folks, > I’m new to the mail list. Has there been any report of an issue with > zmq 2.1.11 where the first message > is lost in a pub-sub arrangement *but* Not because of the slow subscriber. > > Ie. > when I send my first message it seems to not get delivered Despite a *very* > long delay between the following steps. > connect in the sub - bind in the pub - send first message from the pub > Same issue if I > Bind in pub - connect in sub - send first message from pub > With long delays between all of the above ? > > Tx++ > > > > > The information contained in this communication is confidential and may > contain information that is privileged or exempt from disclosure under > applicable law. If you are not a named addressee, please notify the sender > immediately and delete this email from your system. If you have received > this communication, and are not a named recipient, you are hereby notified > that any dissemination, distribution or copying of this communication is > strictly prohibited. > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
