chenshuo / muduo

Event-driven network library for multi-threaded Linux server in C++11
https://github.com/chenshuo/muduo
Other
14.64k stars 5.14k forks source link

fix: callback of expired timer #682

Closed qazwsxedckll closed 2 months ago

qazwsxedckll commented 1 year ago

Callback of expired timer should not be called if it has been cancelled by another expired timer.

668