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