udp协议类服务器的实现 #1557
udp协议类服务器的实现
#1557
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请问我们需要实现一个udp的类服务器功能,在后台不断接收外部发过来的udp数据,然后再进行自定义协议解析。好像用WFServer并不能配置成udp模式。
而用NTF::create_client_task,配置成udp模式,是不是只运行一次callback后就退出的? 需要一直监听运行可以怎么处理?
Beta Was this translation helpful? Give feedback.
All reactions