dropbox / dropbox/dropbox-sdk-js

No error when connection dropped, causing uploads to hang forever.

Open
#1,078 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.