> 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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
