This commit is contained in:
2021-03-23 19:07:24 +08:00
parent 4c1dd409b0
commit 14bea1664e
3 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ class Server extends HttpService
if (!isset($settings['pid_file'])) {
$settings['pid_file'] = PID_PATH;
}
$this->debug(sprintf('Check listen %s::%d -> ok', $config['host'], $config['port']));
$this->debug(Snowflake::listen($config));
$this->onLoadWebsocketHandler();
if ($this->baseServer instanceof Http) {