itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.89k stars 954 forks source link

iOS uploadFiles error handling ignores error #1201

Open SebastianSingle99 opened 7 months ago

SebastianSingle99 commented 7 months ago

If I try to upload a file with really bad network connection, the dataTaskWithRequest fails with the following error:

image

The error is ingored and calls the completeCallback and therefore my app thinks the file has been uploaded although it has failed. I think the errorCallback should be called in this case.