mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-31 01:43:02 +08:00
assert when pipe attaches to PUB socket in process of termination -- fixed
This commit is contained in:
parent
aaa07613d3
commit
db73c76314
@ -41,7 +41,6 @@ zmq::pub_t::~pub_t ()
|
||||
void zmq::pub_t::xattach_pipes (class reader_t *inpipe_,
|
||||
class writer_t *outpipe_, const blob_t &peer_identity_)
|
||||
{
|
||||
zmq_assert (!terminating);
|
||||
zmq_assert (!inpipe_);
|
||||
|
||||
outpipe_->set_event_sink (this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user