改名
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user