I see, so since it's unrestricted it's fine with ROUTER to ROUTER, but with REQ-ROUTER is not going to work.
On Tue, Mar 26, 2013 at 2:55 PM, Anoop Karollil <[email protected]>wrote: > Pieter Hintjens wrote: > >> On Tue, Mar 26, 2013 at 10:09 PM, Anoop Karollil >> <[email protected]> wrote: >> >> >> And >>> yes, like you said, the send after connect succeeds if there is a pause >>> in >>> between. >>> >> >> The send should work immediately after connect, which creates a pipe >> at once. It's the bind that's troublesome. >> >> > I do see the send after connect failing if it is done immediately after, > and it succeeding if there is a pause in between. > > Please see the example python programs. Starting the broker first (which > binds and does a receive), and then the client after (which connects and > sends), results in the client send failing, unless there is a pause after > the connect. > > If you uncomment the sleep in client.py, it works without failure. If you > don't, it will fail for a while and then succeed. > > Thanks, > Anoop > > _______________________________________________ > 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
