mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-03 12:58:05 +01:00
Merge branch 'master' of github.com:zeromq/libzmq
This commit is contained in:
commit
adc07128e6
@ -30,6 +30,11 @@ zmq::xsub_t::xsub_t (class ctx_t *parent_, uint32_t tid_) :
|
||||
more (false)
|
||||
{
|
||||
options.type = ZMQ_XSUB;
|
||||
|
||||
// When socket is being closed down we don't want to wait till pending
|
||||
// subscription commands are sent to the wire.
|
||||
options.linger = 0;
|
||||
|
||||
int rc = message.init ();
|
||||
errno_assert (rc == 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user