dropbox / dropbox/dropbox-sdk-js
No error when connection dropped, causing uploads to hang forever.
Open
bug
- Dominant language
- JavaScript
- Stars
- 970
- Forks
- 353
- Avg merge
- 9h 3m
- Merged PRs (30d)
- 2
Description
When uploading a file and the internet drops, an upload can hang for ever.
If we get ECONRESET or ENOTFOUND or ECONNREFUSED or EPIPE errors we can of course handle these and retry.
However sometimes we don't get any of these, and there is nothing returned so we can't handle and try again.
Has anyone experienced this and have a solution?
Thanks :-)
Contributor guide
Assessment
This issue has not been assessed yet.