mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
pipe_t::rollback removes only unfinished message from the pipe rather than all unflushed messages
This commit is contained in:
@@ -98,7 +98,7 @@ namespace zmq
|
||||
// message cannot be written because high watermark was reached.
|
||||
bool write (zmq_msg_t *msg_);
|
||||
|
||||
// Remove any unflushed messages from the pipe.
|
||||
// Remove unfinished part of a message from the pipe.
|
||||
void rollback ();
|
||||
|
||||
// Flush the messages downsteam.
|
||||
|
||||
Reference in New Issue
Block a user