-
Notifications
You must be signed in to change notification settings - Fork 159
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
PS-FTP MTU not enabled - results with undeliverable exception #402
Comments
Hello, Thanks for reporting this, I have created an internal ticket for further investigation. Best regards, |
Hi @orestesgaolin , It could also be possible if you try to read offline recording file before the SDK has enabled notifications for that characteristic. Maybe this function could be used : Line 207 in c505d8f
|
Yes, we can see this happening in the wild across variety of Android devices. Is there any way to check if the band is connected to the Polar Flow/maintains authenticated connection? I will try to reproduce it on my devices. Funnily, I try to avoid using Polar Flow on my dev devices, but maybe I should've done this more often. I'm going to check the |
Unfortunately I have no Android knowledge and I don't know if it possible to detect such thing. Usually Flow App doesn't maintain connection with Verity Sense for long as Verity Sense disconnects automatically from it after syncing data, but I don't know if from Android SDK you can detect that. I'm guessing usually Android would try to raise the security level of the connection automatically when trying to access a service characteristic that requires it, but I don't know if a failure could be detected and act upon. At least I'm guessing the BlePsftpClient @samulimaa Might have better understanding and guidance about that matter. |
Hey there, just wanted to clarify the difference between authenticated connection and non-authenticated. When we use Polar SDK's |
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug
We see a lot of following exceptions and are not sure whether this is issue in how we use the SDK, or SDK itself. We believe this line is related to this error. Checked all the subscriptions to Polar SDK and each is being disposed when no longer used.
Screenshots and logs
Platform: Android
Version: 5.1.0
The text was updated successfully, but these errors were encountered: