You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
The qq.status.UPLOAD_RETRYING status is triggered immediately before the file upload begins again as part of the retry attempt. This means that the status flashes from "retrying" to "uploading" almost instantly. And during the retry.autoAttemptDelay period, the status is still listed as UPLOADING. Instead, the status should be switched to UPLOAD_RETRYING before the retry.autoAttemptDelay timer begins. Once this is fixed, those using the API will know that a retry is imminent immediately after each failure.