[zeromq-dev] Reconnect REQ socket with REQ_RELAXED option
Alexey Melnichuk
mimir at newmail.ru
Fri Jan 24 13:09:21 CET 2014
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?
More information about the zeromq-dev
mailing list