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
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a simple script for reproducing the error.
addProcess创建一个inotify进程,监控代码变化以便reload。第二次reload时会出现如题的错误,并提示警告Warning: Swoole\Server::reload(): failed to send the reload signal. Error: No such process[3]
What did you expect to see?
没有错误和警告,正常reload
What did you see instead?
出现错误,无法reload
What version of Swoole are you using (show your php --ri swoole)?
4.2.8
What is your machine environment used (including version of kernel & php & gcc) ?
PHP 7.1.21
gcc version 4.9.2 (Debian 4.9.2-10+deb8u1)
Debian GNU/Linux 8 \n \l
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a simple script for reproducing the error.
addProcess创建一个inotify进程,监控代码变化以便reload。第二次reload时会出现如题的错误,并提示警告
Warning: Swoole\Server::reload(): failed to send the reload signal. Error: No such process[3]
What did you expect to see?
没有错误和警告,正常reload
What did you see instead?
出现错误,无法reload
What version of Swoole are you using (show your
php --ri swoole
)?4.2.8
What is your machine environment used (including version of kernel & php & gcc) ?
PHP 7.1.21
gcc version 4.9.2 (Debian 4.9.2-10+deb8u1)
Debian GNU/Linux 8 \n \l
The text was updated successfully, but these errors were encountered: