swoole提示must be called in the coroutine解决办法
使用swoole开发项目, 有些地方遇到 must be called in the coroutine, 意思是需要在coroutine协程里运行。 swoole中的一些跟coroutine协程相关的接口, 必须要在协程中执行, 比如 Coroutine\Channel Coroutine\Redis Coroutine\MySQL [详细]
阅读 835 发布时间:2018-07-27