mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Session termination induced by socket fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -94,8 +94,9 @@ namespace zmq
|
||||
|
||||
// Ask pipe to terminate. The termination will happen asynchronously
|
||||
// and user will be notified about actual deallocation by 'terminated'
|
||||
// event.
|
||||
void terminate ();
|
||||
// event. If delay is true, the pending messages will be processed
|
||||
// before actual shutdown.
|
||||
void terminate (bool delay_);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user