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