modify plugin name

This commit is contained in:
2022-06-20 18:14:25 +08:00
parent b20c8fc5a3
commit 2a5b7d1cac
4 changed files with 56 additions and 2 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ class Server extends HttpService
} catch (\Throwable $exception) {
$this->logger->error($exception->getMessage());
} finally {
$this->manager->getServer()->shutdown();
$this->manager->shutdown();
}
}