On 18 July 2013 16:43, Matt Connolly <matt.conno...@me.com> wrote:

> What is the correct way to handle the timeout?
>
> If the REQ socket is in the receive state, the only way it seems to me is
> to close the socket and make a new socket with a new connection. Is that
> right?
>
>
Yes, REQ and REP are pretty much
"L-plate<http://en.wikipedia.org/wiki/L-plate>"
sockets but also incredibly useful for rapid prototyping of environments.
 Heading towards production you want to replace with DEALER and ROUTER to
remove the fatal blocking states.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to