Hi Alexey, The REQ_RELAXED code is newish and may have things to fix. Could you make a minimal test case (see the zeromq/issues repo for examples), and log an issue?
Thanks Pieter On Fri, Jan 24, 2014 at 6:09 AM, Alexey Melnichuk <[email protected]> wrote: > Alexey Melnichuk <mimir <at> newmail.ru> writes: > >> >> Server ROUTER socket (e.g. basic echo server) >> Client REQ socket with REQ_RELAXED and REQ_CORRELATE. >> >> 1) Server and client starts. >> 2) Client send request and recv response. >> 3) Server stops >> 4) Client send request and get error EAGAIN on recv >> 5) Client get error EAGAIN on send >> 6) Server starts >> 7) Client continue gets error EAGAIN on send >> > > I also get same result with inproc transport. > Is it bug or it just should not works? > > > > _______________________________________________ > 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
