gotask是不支持协程风格吗?
Open
- Dominant language
- PHP
- Stars
- 257
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description

服务启动之后一直报 on null 的错误,我看了一下这部分process的源码。
只有当服务不是协程的时候,才会new SwooleProcess,不然process就肯定是null。

但因为 while(ture)

就会一直去跑handle(),然后一直拿不到process,然后一直log错误。
如果在server那边取消协程风格就能正常运行了。
所以是hyperf/gotask是不支持协程风格吗?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.