sessions created by listerner are correctly shut down

This commit is contained in:
Martin Sustrik 2010-08-24 09:39:17 +02:00
parent 5a731e73c8
commit 0d5f3ebbda

View File

@ -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_);
}