Skip to content

Commit

Permalink
Revive reader on pipe termination
Browse files Browse the repository at this point in the history
  • Loading branch information
hurtonm committed Jun 19, 2010
1 parent 2c3913b commit 10c28c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_)
Expand Down

0 comments on commit 10c28c1

Please sign in to comment.