This commit is contained in:
as2252258@163.com
2021-04-12 01:42:59 +08:00
parent 040db15d94
commit 59c70095ba
+1 -4
View File
@@ -51,9 +51,6 @@ class Server extends HttpService
public int $daemon = 0;
private array $listenTypes = [];
private array $process = [
'biomonitoring' => Biomonitoring::class,
'logger_process' => LoggerProcess::class
@@ -427,7 +424,7 @@ class Server extends HttpService
$this->bindServerEvent($config['type']);
$this->debug(sprintf('Check listen %s::%d -> ok', $config['host'], $config['port']));
$this->listenTypes[] = $config['type'];
return $this->swoole;
}