mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Destruction of session is delayed till both in & out pipes are closed
This commit is contained in:
@@ -130,11 +130,6 @@ void zmq::reader_t::terminate ()
|
||||
send_pipe_term (writer);
|
||||
}
|
||||
|
||||
bool zmq::reader_t::is_terminating ()
|
||||
{
|
||||
return terminating;
|
||||
}
|
||||
|
||||
void zmq::reader_t::process_revive ()
|
||||
{
|
||||
// Forward the event to the sink (either socket or session).
|
||||
|
||||
Reference in New Issue
Block a user