react-native-fetch-blob
react-native-fetch-blob copied to clipboard
Connection Lost
Hi, Im trying to upload small videos to S3 (less than 3 seconds so far for testing). Im uploading to the AWS signed url, and am constantly getting random "connection lost" or "cannot accept write request". Sometimes it will finish the upload but it is definitely not reliable.
Also getting this error right after the connection
__tcp_connection_write_eof_block_invoke Write close callback received error: [22] Invalid argument
I am not sure what is causing the connection error, but am curious if anyone had any ideas on how to handle this with your library, or if this might be caused by something entirely unrelated.
@trops Have found a solution? Thanks