Commit 0d5f3ebb authored by Martin Sustrik's avatar Martin Sustrik

sessions created by listerner are correctly shut down

parent 5a731e73
......@@ -229,6 +229,8 @@ void zmq::session_t::process_attach (i_engine *engine_,
engine = engine_;
engine->plug (io_thread, this);
attach_processed = true;
// Trigger the notfication about the attachment.
attached (peer_identity_);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment