We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
服务启动之后一直报 on null 的错误,我看了一下这部分process的源码。 只有当服务不是协程的时候,才会new SwooleProcess,不然process就肯定是null。 但因为 while(ture) 就会一直去跑handle(),然后一直拿不到process,然后一直log错误。 如果在server那边取消协程风格就能正常运行了。
所以是hyperf/gotask是不支持协程风格吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
服务启动之后一直报 on null 的错误,我看了一下这部分process的源码。
只有当服务不是协程的时候,才会new SwooleProcess,不然process就肯定是null。
但因为 while(ture)
就会一直去跑handle(),然后一直拿不到process,然后一直log错误。
如果在server那边取消协程风格就能正常运行了。
所以是hyperf/gotask是不支持协程风格吗?
The text was updated successfully, but these errors were encountered: