webman2.1中config/server.php和config/process.php的event_loop和eventLoop分别是作用于在什么地方的呢?
https://www.workerman.net/doc/webman/config.html
process.php 'eventLoop' => '', // 事件循环类,为空时自动使用server.event_loop配置
实际上为空时不会自动使用server.event_loop配置
可能是win环境的问题,在docker内是正常的
https://www.workerman.net/doc/webman/config.html
process.php
'eventLoop' => '', // 事件循环类,为空时自动使用server.event_loop配置
实际上为空时不会自动使用server.event_loop配置
可能是win环境的问题,在docker内是正常的