ios 下设备异常断开连接,app端没有接收到回调
Closed this issue · 2 comments
mrichie commented
调查发现上一个版本是正常的
bluetooth/src/ios/BCBluetooth.m
Line 1089 in 3e1b4c0
在 didDisconnectPeripheral 这个函数里面有 isConnectedByManager 来进行判断,是app主动断开连接还是设备异常断开连接的
而在最新的代码里面无法 用 [self.urlAndCallback valueForKey:deviceAddress] 来进行区分这一情况,导致设备异常断开连接时,无法将EVENT_DISCONNECT 消息回调给app
superMushRoom commented
ok 更新一下吧 感谢反馈
mrichie commented
fixed, thanks