This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timers: fix processing of nested same delay timers
Whenever a timer of a specific delay creates a new timer with the same delay we currently end up processing the new timer immediately instead of scheduling the timer to run in the future. This commit basically identifies the situation, halts processing the current timer chain and reschedules the timer chain appropriately in the future. Fixes #25607
- Loading branch information