Skip to content

fix: timers use setForEver instead of run

Nicolas Delpech requested to merge fix/timer_run_master into master

The catch-up feature isn't needed and it can cause numerous call to the callback in case of time leap (especially since the timers clock is based on system time).

FLEXISIP-502

(cherry picked from commit 3a204b86) (cherry picked from commit 3414ad03)

Merge request reports