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
配置信息如下:
[ 'name' => 'UDP server', 'type' => ServerInterface::SERVER_BASE, 'host' => '0.0.0.0', 'port' => 9501, 'callbacks' => [ Event::ON_PACKET => ['className', 'methodName'], ], 'sock_type' => \Swow\Socket::TYPE_UDP ]
但是启动监听依然是TCP,检查发现Hyperf\Server\SwowServer并未根据sock_type做相应的调整。希望尽快调整,如果可以的话,我会在后续尝试提交修复。
Hyperf\Server\SwowServer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
配置信息如下:
但是启动监听依然是TCP,检查发现
Hyperf\Server\SwowServer
并未根据sock_type做相应的调整。希望尽快调整,如果可以的话,我会在后续尝试提交修复。The text was updated successfully, but these errors were encountered: