dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
530 stars 194 forks source link

destroyClient does not complete Future on iOS #606

Open b055man opened 2 years ago

b055man commented 2 years ago

destroyClient iOS implementation does not call result(nil), hence await'ing it in the Flutter part results in locking up the app.