[zeromq-dev] Reconnect REQ socket with REQ_RELAXED option

Pieter Hintjens ph at imatix.com
Fri Jan 24 15:27:05 CET 2014


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 <mimir at newmail.ru> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev



More information about the zeromq-dev mailing list