Commit 6a227b2e authored by Claudio Freire's avatar Claudio Freire

Re-enable pollout before cancelling tx timeout

parent 3de11633
......@@ -197,6 +197,7 @@ void zmq::pgm_sender_t::out_event ()
if (has_tx_timer) {
cancel_timer (tx_timer_id);
set_pollout (handle);
has_tx_timer = false;
}
......
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