能有官方回复吗?谢谢!
仅允许同网段的非本机ip建立tcp通信?仅允许同网段的非本机ip建立tcp通信? 手机微信ip:192.168.5.100 tcp server在:192.168.5.105 同网段可连接 tcp server在: 192.168.22.160 无效ip,请问通局域网下就可以了,为什么限定同网段 ? [图片]
2022-03-10贴个代码片段参考下。
TCPSocket在真机能连接成功,但是发送不了数据?用TCPSocket.onConnect能成功接收到的一个数字,然后TCPSocket.write服务端就收不到基础库:2.19.3
2022-02-26真机版本是 8.0.19 基础库版本是:dev 为什么tcp = wx.createTCPSocket() 失败了 ? VM13:2 SystemError (appServiceSDKScriptError) Derived constructors may only return object or undefined TypeError: Derived constructors may only return object or undefined at Object.createTCPSocket (eval at n.call.document (http://127.0.0.1:55347/remote-debug/runtime.js?devtools_ignore=true:1:14662), <anonymous>:2:2489872)
wx.createTCPSocket()工具正常真机失败?代码片段 https://developers.weixin.qq.com/s/XGmsGzmF7vrO tcp = wx.createTCPSocket() 工具上测试情况如下: [system] Subpackages: N/A VM146 WAService.js:2 [system] LazyCodeLoading: false index.js? [sm]:9 canIUse createTCPSocket:true VM146 WAService.js:2 [system] Launch Time: 3294 ms VM174 WAService.js:2 [system] WeChatLib: 2.22.0 (2022.2.14 23:40:30) index.js? [sm]:18 192.168.1.3 55555 真机情况如下: [图片] 问题已经解决。 切换到真机调试2.0后,问题解决了!感谢
2022-02-26我在 wx.onBLEConnectionStateChange 连接断开时,直接connect,并设置超时时间为 10s ,但是一直无法链接上设备。请问为什么
如何重连一个BLE设备?如何收取定向广播包?微信小程序如何收取设备发送的定向广播包? 即设备端发送的是定向广播包,只包含dst跟src地址。thanks! 问题描述: 1 连接成功一个设备,该设备自动重启,并发出一个定向广播包。 2 手机微信小程序有做如下尝试:a:断开后直接开启扫描,如果onBluetoothDeviceFound发现之前连接过的设备,直接连接。b:连接断开后,直接重连 两种方式都做的尝试,都无法成功。 请问该如何处理? TraceId : o4zKt5CfKukVLJKTLsUjjykm7Lhw_1641462643 connected failed: createBLEConnection:fail:operate time out usetime: 10015 connected failed: createBLEConnection:fail:operate time out usetime: 10015 connected failed: createBLEConnection:fail:operate time out usetime: 10015
2022-01-06