[zeromq-dev] Reconnect doesn't work for Push-pull socket if push server goes down unsafely
Martin Hurton
hurtonm at gmail.com
Sat Sep 29 12:52:41 CEST 2012
> Scenario:
> Start a push server bind on tcp transport. Start a pull client which
> connects to above tcp endpoint. Wait for 5 seconds. Kill the server. Now if
> I restart the server again client is not re-connecting.
When you kill the server, is the client still receiving messages ?
It may take some time for client to drain receive buffers and detect
the peer is down.
- Martin
More information about the zeromq-dev
mailing list