Skip to content
New issue

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

WebSocket服务器无法启用协程 #37

Closed
huang-yi opened this issue Jul 26, 2020 · 0 comments · Fixed by #38
Closed

WebSocket服务器无法启用协程 #37

huang-yi opened this issue Jul 26, 2020 · 0 comments · Fixed by #38
Labels

Comments

@huang-yi
Copy link
Owner

当开启协程特性时,由于在Handshake回调中使用defer触发Open事件,此时已经退出协程,所以导致在Open回调中无法使用Swoole\Coroutine\Channel接口。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant