You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lib/Worker.php line:215 in Function work():
I think it should check pcntl_wifexited first before pcntl_wexitstatus.
Because pcntl_wexitstatus is meaningless if pcntl_wifexited return false.
For example, kill the child process would result in this case.
The text was updated successfully, but these errors were encountered:
In lib/Worker.php line:215 in Function work():
I think it should check pcntl_wifexited first before pcntl_wexitstatus.
Because pcntl_wexitstatus is meaningless if pcntl_wifexited return false.
For example, kill the child process would result in this case.
The text was updated successfully, but these errors were encountered: