This commit is contained in:
2021-08-17 16:38:58 +08:00
parent 36856814b0
commit 539ba488e9
2 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class Server extends HttpService
*/
public function start(): string
{
$this->manager->initBaseServer(Config::get('server', [], true));
$this->manager->initBaseServer(Config::get('server', [], true), $this->daemon);
$rpcService = Config::get('rpc', []);
if (!empty($rpcService)) {