mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Re-enable pollout before cancelling tx timeout
This commit is contained in:
parent
3de1163369
commit
6a227b2ee4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user