Fix bug where timers scheduled from inside timers could end up in wrong slot
- During the timer processing the different wheels could have inconsistent views of time. The proper sequence is to first increment time in all wheels, and then process the timers from starting from the coarsest wheel and finishing with the most granular.
Showing
Please register or sign in to comment