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
The plugin worked fine in KitKat. But when I test my app in Android 6 device, it takes ~2 minutes to download a simple image file that took a second to download in KitKat device.
Any suggestions on what might be wrong? Is it a bug?
edit
The downloads are not slow; they are not starting on time.
The downloads get stuck at STATUS_PAUSED status, with the reason PAUSED_WAITING_TO_RETRY. They eventually start. I don't have any network issues, and tested this across multiple Android 6 devices and networks, but still have the same issue.
The text was updated successfully, but these errors were encountered:
The plugin worked fine in KitKat. But when I test my app in Android 6 device, it takes ~2 minutes to download a simple image file that took a second to download in KitKat device.
Any suggestions on what might be wrong? Is it a bug?
edit
The downloads are not slow; they are not starting on time.
The downloads get stuck at
STATUS_PAUSED
status, with the reasonPAUSED_WAITING_TO_RETRY
. They eventually start. I don't have any network issues, and tested this across multiple Android 6 devices and networks, but still have the same issue.The text was updated successfully, but these errors were encountered: