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
When catching a signal SIGTERM or SIGINT with the function pcntl_signal() there is a warning message just before the signal is catched :
Warning: stream_select(): unable to select [4]: Interrupted system call (max_fd=17) in /vagrant/vendor/react/event-loop/StreamSelectLoop.php on line 252
or, on the second time with the same signal :
Warning: stream_socket_accept(): accept failed: Interrupted system call in /vagrant/vendor/react/socket/Server.php on line 34