mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 11:31:56 +01:00
engine termination on disconnect fixed
This commit is contained in:
@@ -39,11 +39,11 @@ namespace zmq
|
||||
const char *protocol_, const char *address_);
|
||||
~connect_session_t ();
|
||||
|
||||
// i_inout interface implementation.
|
||||
void detach ();
|
||||
|
||||
private:
|
||||
|
||||
// Hook into session's disconnection mechanism.
|
||||
void detached ();
|
||||
|
||||
// Start the connection process.
|
||||
void start_connecting ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user