-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data loss while streaming from characteristicValueStream #6
Comments
@ext-danny can you explain in detail , with sample like what you are getting and what was expected |
@rohitsangwan01 So once I connect and subscribe I would be sending a command to fetch some detail of a ble device which would be sending me 8 lines of data Expected output Data Format v1.0<\r><\n> Received Output Data Format v1.0<\r><\n> This is just one example but on multiple tries the data loss is different. |
@ext-danny can you test on Android NrfConnect or any other Windows app , just to confirm |
@rohitsangwan01 yep sure. it is working fine on Android I'm able to get the expected output but will also check on windows using other Windows app. |
Hi @rohitsangwan01 is there any app that you would suggest to check on the windows cause like I said the android part works as expected every time. |
@ext-danny can you share complete Logs |
@ext-danny please try with latest version now V1.0.0+ |
I was printing the value from the stream
WinBle.characteristicValueStream.listen((event) { log('$event', name: '#characteristicValueStream'); });
There is data loss from the plugin. How do you propose to handle it?
The text was updated successfully, but these errors were encountered: