We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c12435 commit aaf4e77Copy full SHA for aaf4e77
src/ios/BluetoothLePlugin.m
@@ -2256,6 +2256,9 @@ - (void)centralManager:(CBCentralManager *)central didDisconnectPeripheral:(CBPe
2256
if (callback == nil) {
2257
return;
2258
}
2259
+
2260
+ //Reset writeQIsRunning flag since we have no way of knowing if one was interupted
2261
+ writeQIsRunning = false;
2262
2263
//Return disconnected connection information
2264
NSMutableDictionary* returnObj = [NSMutableDictionary dictionary];
0 commit comments