Replies: 1 comment
-
Feel free to PR improvements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Fork together with pcntl calls like pcntl_signal (SIGTERM/SIGINT) or pcntl_alarm, I occasionally get the following error:
socket_select(): Unable to select [4]: Interrupted system call
This is a known issue and the common solution is to check for this error and retry again.
Beta Was this translation helpful? Give feedback.
All reactions