dotintent / FlutterBleLib

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

Fixed race condition in scan peripherals #490

Closed dariuszseweryn closed 4 years ago

dariuszseweryn commented 4 years ago

Under certain circumstances a problem can be reported by the native side very quickly. Since monitoring for callbacks started after the call those responses could be delivered before anyone would start to listen.

Fixes #480