关于Redis swoole协程问题报错

新手上路,请多包涵

Uncaught SwooleError: Socket#28 has already been bound to another coroutine#413, reading of the same socket in coroutine#414 at the same time is not allowed in /home/wwwroot/www/vendor/topthink/framework/src/thin
k/cache/driver/Redis.php:102

在用tp框架写的,然后基于swoole 4.4.2跑http服务,进行压测的时候,报这个错误~~

有遇到的童鞋吗?

阅读 4.9k
3 个回答

跨协程调用了

错误提示写的很清楚了。不能同时在多个协程使用同一个socket
你可以使用one框架 https://github.com/lizhichao/one 支持[swoole | php-fpm ]环境

新手上路,请多包涵

知道问题了,我以为pdo和redis支持协程就不用连接池了

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进