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
When start() is called another time while the upload is already running, it will cause two or more uploads for the same file to be running at the same time. This can lead to hard to diagnose issues like transloadit/uppy#4815, especially since the start method is used for creating and resuming an upload.
tus-js-client should keep track of its current state and prevent duplicate calls to start. This can be implement based on feedback from #355.
The text was updated successfully, but these errors were encountered:
When
start()
is called another time while the upload is already running, it will cause two or more uploads for the same file to be running at the same time. This can lead to hard to diagnose issues like transloadit/uppy#4815, especially since the start method is used for creating and resuming an upload.tus-js-client should keep track of its current state and prevent duplicate calls to start. This can be implement based on feedback from #355.
The text was updated successfully, but these errors were encountered: