-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
In RNFSManager.m in uploadFiles the new upload job is added to the self.uploaders dictionary. Jobs are never cleaned up and when uploading a large number of large files this will eventually crash the device (as in our case) as it seems the body of the request is retained.
I've confirmed this in xcode's instruments where I see NSMutableData objects being retained that are created from uploadFiles that are persisted and never get cleaned up.
Metadata
Metadata
Assignees
Labels
No labels