This commit is contained in:
2023-07-26 17:49:41 +08:00
parent 1dedaa52cc
commit 2b2a779b94
-1
View File
@@ -197,7 +197,6 @@ class AsyncServer implements ServerInterface
public function onSigint($no, array $signInfo): void
{
try {
Logger::_alert("");
Logger::_alert('Pid ' . getmypid() . ' get signo ' . $no);
$this->shutdown();
} catch (\Throwable $exception) {