Arvindh
Arvindh
PlatformException(set_notification_error, error when writing the descriptor, null) on setNotifyValue
+1
PlatformException(set_notification_error, error when writing the descriptor, null) on setNotifyValue
The issue is solved if we have a delay between consecutive setNotifyValue.
PlatformException(set_notification_error, error when writing the descriptor, null) on setNotifyValue
In the example above, await inside a forEach doesn't work. Separate discovery of service/characteristics and setNotifyValue call rather than making it in a single loop. For example ``` accelerometerCharacteristic =...
yes, this actually becomes an issue when we listen to scanResults asynchronously. Say the start and stop scan methods are invoked only on widget creation and dispose, listening to scanResults...
may be related to https://github.com/moby/moby/issues/35101