开启协程 test

This commit is contained in:
ASUS 2025-11-05 17:07:05 +08:00
parent 3ab6103117
commit f4d36dd646
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ return [
'group' => '',
'reusePort' => false,
// 'eventLoop' => '',
'eventLoop' => \Workerman\Events\Swoole1::class,
'eventLoop' => \Workerman\Events\Swoole::class,
'context' => [],
'constructor' => [
'requestClass' => Request::class,