issues
search
chenshuo
/
muduo
Event-driven network library for multi-threaded Linux server in C++11
https://github.com/chenshuo/muduo
Other
14.88k
stars
5.18k
forks
source link
定时器失效问题
#698
Open
aimybbe
opened
12 months ago
aimybbe
commented
12 months ago
muduo里面使用了 gettimeofday 来做timestamp, 在嵌入式设备中使用时,一旦发生向前对时,定时器就会失效。
muduo里面使用了 gettimeofday 来做timestamp, 在嵌入式设备中使用时,一旦发生向前对时,定时器就会失效。