Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
730 stars 333 forks source link

Slow Android Upload #346

Open muskaanbakshi opened 7 months ago

muskaanbakshi commented 7 months ago

When I am using my mobile network data to upload a file, the upload speed is very slow even though if I check my current network upload speed it is vastly higher than the file upload speed I am getting. Why is that?

Also because of this slow speed I am getting error in upload: 'stream was reset: INTERNAL_ERROR' Is there any way to fix it?

This is working fine in iOS but getting slow speed in Android.