开启协程 test
This commit is contained in:
parent
3ab6103117
commit
f4d36dd646
|
|
@ -28,7 +28,7 @@ return [
|
|||
'group' => '',
|
||||
'reusePort' => false,
|
||||
// 'eventLoop' => '',
|
||||
'eventLoop' => \Workerman\Events\Swoole1::class,
|
||||
'eventLoop' => \Workerman\Events\Swoole::class,
|
||||
'context' => [],
|
||||
'constructor' => [
|
||||
'requestClass' => Request::class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue