From 2b2a779b947abc04778b754c0fcb4c687f56069f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 26 Jul 2023 17:49:41 +0800 Subject: [PATCH] qqq --- Abstracts/AsyncServer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Abstracts/AsyncServer.php b/Abstracts/AsyncServer.php index 1d4003a..7a123fe 100644 --- a/Abstracts/AsyncServer.php +++ b/Abstracts/AsyncServer.php @@ -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) {