This repository has been archived by the owner on May 12, 2021. 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.
channel: fix the issue of epoll_wait interrupted by signal
The epoll_wait syscall would be interrupted by signal, thus it's better to ignore this interrupted error. Fixes: #779 Signed-off-by: fupan.lfp <[email protected]>
- Loading branch information