UDP 无法组播bug
发布于 6 年前 作者 weidu 10413 次浏览 来自 问答
 that.udpSocket = wx.createUDPSocket();
 that.udpSocket.bind(6666);
 that.udpSocket.send({
   address: '234.255.255.1',
   port: 3779,
   message: 'hello, how are you'
 })
基础库 2.10.2
1 回复

请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

用出现问题的手机扫码提供下截图



回到顶部