You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm working on application that connect to a device using WiFi. In this case the wifi has no internet connection and is a local network.
I need to download some files from device so I tried this library but when I enqueue the download it does not start.
I tried to turn OFF airplane mode (used due to conflict with cellular network and local network IP) and downloads started.
To Reproduce
Steps to reproduce the behavior:
Set airplane-mode ON or turn off cellular network
enqueue a download
download will not start
disable ariplane mode or turn on cellular networ
download will start (but in my case fails due to IPs conflicts)
Expected behavior
Download should start even no internet network. Maybe a parameter can be added to allow start downloading even when device is connected to a no-internet network
Device information:
Android 13
plugin version 1.12.0
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm working on application that connect to a device using WiFi. In this case the wifi has no internet connection and is a local network.
I need to download some files from device so I tried this library but when I enqueue the download it does not start.
I tried to turn OFF airplane mode (used due to conflict with cellular network and local network IP) and downloads started.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Download should start even no internet network. Maybe a parameter can be added to allow start downloading even when device is connected to a no-internet network
Device information:
The text was updated successfully, but these errors were encountered: