Commit c30676fe authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1691 from FredTreg/master

Fixed issue #1690 (ZMQ_REQ_RELAXED)
parents 06402f4f 89417ddb
......@@ -60,8 +60,6 @@ int zmq::req_t::xsend (msg_t *msg_)
return -1;
}
if (reply_pipe)
reply_pipe->terminate (false);
receiving_reply = false;
message_begins = true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment