mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-20 22:31:34 +01:00
Revive reader on pipe termination
This commit is contained in:
parent
2c3913bb19
commit
10c28c1fc2
@ -204,7 +204,7 @@ void zmq::writer_t::term ()
|
||||
msg.content = (void*) (offset + ZMQ_DELIMITER);
|
||||
msg.flags = 0;
|
||||
pipe->write (msg, false);
|
||||
pipe->flush ();
|
||||
flush ();
|
||||
}
|
||||
|
||||
void zmq::writer_t::process_reader_info (uint64_t msgs_read_)
|
||||
|
Loading…
x
Reference in New Issue
Block a user