diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 18f57811..942263c4 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -112,6 +112,7 @@ class Shutdown extends Component if (empty($values)) return false; $diff = array_diff($values, $this->getPidS()); + var_dump($diff); foreach ($diff as $value) { $this->pidIsExists($value); }