cmf-swoole PHP think swoole 启动报错?要如何处理?

2019-10-30 16:00:20 +08:00
 xbdsky

PHP Fatal error: Swoole\Coroutine\Channel::__construct(): Unable to use async-io in task processes, please set task_async to true. in /www/wwwroot/xxxx/vendor/thinkcmf/cmf-swoole/src/Http.php on line 141

Fatal error: Swoole\Coroutine\Channel::__construct(): Unable to use async-io in task processes, please set task_async to true. in /www/wwwroot/xxxx/vendor/thinkcmf/cmf-swoole/src/Http.php on line 141

官方文档 https://wiki.swoole.com/wiki/page/1014.html

php7.3.1 Nginx1.15.8

php --ri swoole swoole support => enabled Version => 4.2.10 Author => Swoole Group[email: team@swoole.com] coroutine => enabled epoll => enabled eventfd => enabled signalfd => enabled cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled openssl => OpenSSL 1.0.2l 25 May 2017 pcre => enabled zlib => enabled mutex_timedlock => enabled pthread_barrier => enabled futex => enabled async_redis => enabled

Directive => Local Value => Master Value swoole.enable_coroutine => On => On swoole.aio_thread_num => 2 => 2 swoole.display_errors => On => On swoole.use_shortname => On => On swoole.fast_serialize => Off => Off swoole.unixsock_buffer_size => 8388608 => 8388608

配置

刚接触不知道如何处理?

1873 次点击
所在节点    问与答
1 条回复
haiyang416
2019-10-30 16:15:37 +08:00
错误提示很明白了,不要在 Task 进程里使用协程有关的代码。
要么根据它的提示开启 Task 进程的协程支持,要么修改 Task 任务代码,把协程部分删除。
看了下 task_async 的相关文档,这参数会导致很多问题,所以你还是修改 Task 任务代码吧。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/614509

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX