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
735 stars 335 forks source link

Uploading large files causes memory leak? #172

Closed xHeinrich closed 3 years ago

xHeinrich commented 5 years ago

Uploading a large file on ios via multipart causes a memory leak which causes the background process to crash. Uploading via octetstream causes excessive CPU due to the onprogress event firing too quickly.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 6.2.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: