这里详细描述问题
stop的时候 会报错 thrown in [no active file] on line 0
php的底层\STDOUT \STDERR 永远都是 stream类型 无法close
if (\is_resource(\STDOUT)) {
\fclose(\STDOUT);
}
if (\is_resource(\STDERR)) {
\fclose(\STDERR);
}
thrown in [no active file] on line 0
遇到过这个问题,把swoole临时禁用就好了