Re-enable pollout before cancelling tx timeout

This commit is contained in:
Claudio Freire 2014-11-10 14:00:34 -03:00
parent 3de1163369
commit 6a227b2ee4

View File

@ -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;
}