Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mod_timerfd] Fixed - continue timer loop after receiving a SIGSTOP
When taking a snapshot of a machine which pauses the process, mod_timerfd exits and FreeSWITCH, causing all channels to wait indefinitely. Check `errno == EINTR` and continue the timer loop.
- Loading branch information