Commit 10c28c1f authored by Martin Hurton's avatar Martin Hurton

Revive reader on pipe termination

parent 2c3913bb
......@@ -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_)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment