Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Losing internet connection leaves non-called callback upon blob download #69

Closed
sedouard opened this issue Jul 7, 2015 · 4 comments
Closed

Comments

@sedouard
Copy link

sedouard commented Jul 7, 2015

Try downloading a sizable blob (tested on a blob of size 137.9mb).

blobService.getBlobToStream(model.get('container_id'), model.get('name'), stream, options,  function (err) { 
  console.log('I am never called with: ' + err);
});

During the download, cut your internet connection. We expect the callback to be called with err. Actual: its never called back.

@yaxia
Copy link
Member

yaxia commented Sep 30, 2015

@sedouard Thanks for reporting the issue. We've confirmed this is a bug in the library. We will have the fix in an upcoming release.

@sedouard
Copy link
Author

Thanks for taking a look!

@billbuckley
Copy link

We've hit this issue in our testing as well, so just another vote to keep this issue high on the priority list.

@yaxia
Copy link
Member

yaxia commented Dec 20, 2015

Please get the latest release (0.7.0) for the fix. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants