mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
do not silently drop messages in publisher if hwm is reached
This commit is contained in:
@@ -64,6 +64,9 @@ namespace zmq
|
||||
|
||||
bool has_out ();
|
||||
|
||||
// check HWM of all pipes matching
|
||||
bool check_hwm ();
|
||||
|
||||
private:
|
||||
|
||||
// Write the message to the pipe. Make the pipe inactive if writing
|
||||
|
||||
Reference in New Issue
Block a user