diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 47902c67..9ed07640 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -127,8 +127,8 @@ class Shutdown extends Component */ public function close(string $value) { - var_dump($value); $content = file_get_contents($value); + var_dump($value, $content); while ($this->pidIsExists($content)) { // exec('kill -15 ' . $content);