From daf5d3273b1930af7e4c54ee597b89ecb3763000 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 8 Oct 2010 21:42:55 +0200 Subject: More cleanup of session termination process. Fix in termination of session attached to a REP socket. Several fixes of session termination in case of disconnection. Signed-off-by: Martin Sustrik --- src/connect_session.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/connect_session.cpp') diff --git a/src/connect_session.cpp b/src/connect_session.cpp index 10d19c3..833b551 100644 --- a/src/connect_session.cpp +++ b/src/connect_session.cpp @@ -112,5 +112,7 @@ void zmq::connect_session_t::detached () // Reconnect. start_connecting (); + + session_t::detached (); } -- cgit v1.2.3