modify
This commit is contained in:
@@ -317,7 +317,7 @@ class Server extends HttpService
|
|||||||
private function dispatchCreate($config, $settings): mixed
|
private function dispatchCreate($config, $settings): mixed
|
||||||
{
|
{
|
||||||
if (!($this->swoole instanceof \Swoole\Server)) {
|
if (!($this->swoole instanceof \Swoole\Server)) {
|
||||||
$this->parseServer($config, $settings);
|
return $this->parseServer($config, $settings);
|
||||||
}
|
}
|
||||||
return $this->addListener($config);
|
return $this->addListener($config);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user