This commit is contained in:
2025-08-13 16:27:39 +08:00
parent 0d93c2570a
commit 17ad88608b
8 changed files with 1206 additions and 68 deletions

View File

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