Slow or delayed connection during weak internet connection
flyasky opened this issue · 6 comments
Describe the bug
Connect to a very slow or weak internet connection and try to connect to the drone via the com-port (I tried on Windows). It freezes often and does not go to the dashboard. But the port successfully opened.
If I disable the internet completely - it becomes much faster.
To Reproduce
Connect to a very slow or weak internet connection and try to connect to the drone via the com-port
Expected behavior
Fast response.
Configurator version
10.10.0
Flight controller configuration
N/A
Add any other context about the problem that you think might be relevant here
No response
You can disable some traffic
Will do that, but that traffic has to be non-blocking by design.
Did it improve ?
Just found https://developer.mozilla.org/en-US/docs/Web/API/Navigator/connection
Opting out data collection didn't help. Tested today again. It even fails if I connect to the WiFi without Internet connection (because of missed payment)
@haslinghuis wow, so fast solution=) right now it's hard to emulate, but I'll verify soon on my location. For now, I checked out your branch, compiled - it seems to be working at first sight.