This commit is contained in:
2023-04-19 15:35:57 +08:00
parent 09cf74abdf
commit ada0f49a43
+1 -1
View File
@@ -109,7 +109,7 @@ class AsyncServer implements ServerInterface
$this->server = new $match($config->host, $config->port, $config->mode, $config->socket);
$this->server->set($this->systemConfig($config, $daemon));
Logger::alert('Listen ' . $config->type . ' address ' . $config->host . '::' . $config->port);
Logger::_alert('Listen ' . $config->type . ' address ' . $config->host . '::' . $config->port);
if (!isset($config->events[Constant::SHUTDOWN])) {
$config->events[Constant::SHUTDOWN] = [OnServer::class, 'onShutdown'];
}