2024-10-28 我也出现这个问题 The total time out
websocket onerror 连接失败,“The total time out”?小程序使用 IM 通讯时,无法连接到服务端,小程序出现如下报错: [图片] 机型:IPhone 14 Pro IOS 版本:18.1 微信版本:8.0.53 在社区也搜索过历史问题,几个类似的帖子都没有结论,24 年了,再发个贴问一下。 问题出现后尝试了 切换网络、重启小程序、重启微信、重启手机 等方法,最后只有重启手机后才能正常连接。 重启后问题不再出现,但是这个问题不是个例,隔一段时间会出现几次,安卓 ios 都有。
10-28请问解决了吗 iOS现在还有这个问题 插件版本:2.4.4 ios: 17.5.1 微信版本:8.0.50
VOIP插件2.2.2,IOS一次通话两个来电铃声?手机锁屏界面,VOIP响铃后,手机端两条来电提醒,两个铃声,打开微信一个VOIP通话 微信日志已提交: openId:ocIgz5K2_xUla_zIL-Fimax-FKs4
08-12requestDeviceVoIP可以自行在onLoad里调用吗
调用requestDeviceVoIP 授权第一次拒绝.后面再调用就返回失败.不能再次重新授权吗?调用requestDeviceVoIP 授权第一次拒绝.后面再调用就返回失败.不能再次重新授权吗? errCode: 10021 errMsg: "requestDeviceVoIP:fail The sn has been rejected"
2023-12-01请问解决了吗
socket 在真机bind 为 0?基础库:2.25.0 手机:安卓和ios都不可以 UDPSocket.bind(number port) 在开发者工具没问题,但在真机显示值为0, UDPSocket.close()也报错 this.udpSocket = uni.createUDPSocket(); if (this.udpSocket === null) { console.log('暂不支持'); return; } setTimeout(() => { const locationPort = this.udpSocket.bind(10012) console.log(locationPort); },1000) this.udpSocket.onListening(function(res){ console.log('监听中.......'); console.log(res); }) this.udpSocket.onError(function(res) { console.log(res); }) this.udpSocket.onMessage(function(res) { // console.log(res.message); let a = that.newAb2Str(res.message); console.log(a); })
2022-12-07