UDP 无法组播bug
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
用出现问题的手机扫码提供下截图