We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
服务启动之后一直报 on null 的错误,我看了一下这部分process的源码。 只有当服务不是协程的时候,才会new SwooleProcess,不然process就肯定是null。 但因为 while(ture) 就会一直去跑handle(),然后一直拿不到process,然后一直log错误。 如果在server那边取消协程风格就能正常运行了。
所以是hyperf/gotask是不支持协程风格吗?