dotintent / FlutterBleLib

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

Peripheral.isConnected does not complete the Future occasionally #607

Open b055man opened 3 years ago

b055man commented 3 years ago

Observed on iOS.

When recreating a client (i.e. destroy, followed by create), if peripheral.isConected is called, it may never return or throw exception and may freeze the logic.