This commit is contained in:
2021-08-17 18:41:11 +08:00
parent 1e4e9f7e49
commit 97c5d94a64
-1
View File
@@ -315,7 +315,6 @@ class ServerManager
return;
}
while ($this->checkPortIsAlready($port)) {
var_dump($port);
exec('kill ' . $pid, $execResult);
usleep(300);
}