On Fri, Jun 1, 2012 at 11:59 PM, Alex Sergeyev <[email protected]> wrote:

> Yeah, I'll probably go this way. The thing is that publisher did not
> die, it's the router in-between them that gone away suddenly (crashed
> in a way similar to unplugging it or separating network physically
> without letting the endpoints know about it).

TCP will in fact keep the socket alive hoping to reconnect, with a
very long timeout.

You need to implement application-level heartbeats to get around this
specific type of failure.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to