modify plugin name

This commit is contained in:
2022-06-22 16:46:22 +08:00
parent dcc380e6b2
commit b85ba031f6
2 changed files with 3 additions and 18 deletions
-15
View File
@@ -191,21 +191,6 @@ class Server extends HttpService
}
/**
* @return void
*/
public function onSigint(): void
{
try {
$this->dispatch->dispatch(new OnBeforeShutdown());
} catch (\Throwable $exception) {
$this->logger->error($exception->getMessage());
} finally {
$this->manager->shutdown();
}
}
/**
* @return void
* @throws ReflectionException