-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
When testing out the module, I noticed that if I repeatedly consecutively attempt to upload large files (~ 100mb) that it will eventually stop tracking the upload.
Looking through the debug logs however it appears to register the upload correctly.
The following log snips highlight the issue:
- The initial upload: https://gist.github.com/52f17e8c9b3b5f65f636
- Incorrectly returning "Starting": https://gist.github.com/a5f64be35187b7d94d4a
Is this possibly to do with the size allocated to the zone (currently 1m)?
I am currently writing the Javascript side of the code and am working out all of the likely failure scenarios, and how to handle them. Is this a bug - or should I expect it to fail to track some uploads?
Metadata
Metadata
Assignees
Labels
No labels