mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 21:50:49 +01:00
do not silently drop messages in publisher if hwm is reached
This commit is contained in:
@@ -179,6 +179,9 @@ namespace zmq
|
||||
// close socket. Default is 30 secs. 0 means no handshake timeout.
|
||||
int handshake_ivl;
|
||||
|
||||
// flag if PUB socket should block if reaching HWM
|
||||
bool pubWait;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user