Skip to content
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

Scanning doesn't work or very slow on low network #18

Open
ivangr1 opened this issue Jul 22, 2022 · 0 comments
Open

Scanning doesn't work or very slow on low network #18

ivangr1 opened this issue Jul 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ivangr1
Copy link

ivangr1 commented Jul 22, 2022

I found an issue with this library which probably has something to do with Flutter but it could be the library itself.

Everything works fine when there is a stable network connection, and it even works fine if there is no connection at all i.e. when airplane mode is turned on, as it is expected.

The issue arises when I enable Network Link Conditioner on iOS which simulates weak and unstable network connection, and the weaker connection I choose, the slower the scanning process is, and if I choose 100% packet loss (meaning there is connection present but it doesn't transmit any data) - the scanning doesn't work at all. I thought that there was something blocking it in our app, but then I cloned your repository clean and the issue was still present.

This happens both on Android and iOS although I cannot find a good way to test low network on Android, so I just create a hotspot on iOS and connect my Android on it and the issue reproduces.

It doesn't affect many users, but we have had a few complaints from users who probably got affected by this issue.

Can you help us solve this?

Thank you!

@ivangr1 ivangr1 added the bug Something isn't working label Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant