mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-14 02:57:47 +01:00
sessions created by listerner are correctly shut down
This commit is contained in:
parent
5a731e73c8
commit
0d5f3ebbda
@ -229,6 +229,8 @@ void zmq::session_t::process_attach (i_engine *engine_,
|
|||||||
engine = engine_;
|
engine = engine_;
|
||||||
engine->plug (io_thread, this);
|
engine->plug (io_thread, this);
|
||||||
|
|
||||||
|
attach_processed = true;
|
||||||
|
|
||||||
// Trigger the notfication about the attachment.
|
// Trigger the notfication about the attachment.
|
||||||
attached (peer_identity_);
|
attached (peer_identity_);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user