From f4d36dd6468a19ff065fd2b71fc526b1bf98bb9e Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Wed, 5 Nov 2025 17:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=8D=8F=E7=A8=8B=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/process.php b/config/process.php index 9bd3fe0..b78cc89 100644 --- a/config/process.php +++ b/config/process.php @@ -28,7 +28,7 @@ return [ 'group' => '', 'reusePort' => false, // 'eventLoop' => '', - 'eventLoop' => \Workerman\Events\Swoole1::class, + 'eventLoop' => \Workerman\Events\Swoole::class, 'context' => [], 'constructor' => [ 'requestClass' => Request::class,