改名
This commit is contained in:
@@ -95,6 +95,7 @@ class Server extends Application
|
|||||||
$baseServer = $this->initCore($configs);
|
$baseServer = $this->initCore($configs);
|
||||||
|
|
||||||
foreach ($configs as $config) {
|
foreach ($configs as $config) {
|
||||||
|
var_dump($this->isUse($config['port']));
|
||||||
if ($this->isUse($config['port'])) {
|
if ($this->isUse($config['port'])) {
|
||||||
return $this->error('Port ' . $config['host'] . '::' . $config['port'] . ' is already.');
|
return $this->error('Port ' . $config['host'] . '::' . $config['port'] . ' is already.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user