Tom Stokes

Results 5 comments of Tom Stokes

I'm experiencing the same issue. Error occurs on every disconnect, only on iOS devices. Using package version 5.0.2.

Did some quick debugging. On my iOS device, the `disconnectFromDevice` platform method [(here)](https://github.com/PhilipsHue/flutter_reactive_ble/blob/c25bedf9bc00abdac60927f42a8aafdc5ae5dbf8/packages/reactive_ble_mobile/ios/Classes/Plugin/SwiftReactiveBlePlugin.swift#L99-L101) gets called before the `stopNotification` platform method [(here)](https://github.com/PhilipsHue/flutter_reactive_ble/blob/c25bedf9bc00abdac60927f42a8aafdc5ae5dbf8/packages/reactive_ble_mobile/ios/Classes/Plugin/SwiftReactiveBlePlugin.swift#L126-L128) The `disconnectFromDevice` method ejects the peripheral from `activePeripherals`, which...

Hey botmonster, thanks for the pull request, and I'm sorry the interface threw you off at first. I originally designed this whole package as a cleaner drop-in replacement for another...

Analog doesn't guarantee thread-safety of the libiio functions, even if some of them happen to be usable across threads in their current implementation ( https://ez.analog.com/linux-software-drivers/f/q-a/90775/safe-to-assume-that-libiio-calls-are-thread-safe/197587#197587 ) The unreleased master branch...

I can replicate a similar issue with CursorMoved events firing before CursorEntered on macOS (15.4.1). Tested with winnit 0.30.10. The most reliable way I've found to replicate: 1. Move window...