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

Cancel companion upload doesn't work after pause/resume #4184

Open
2 tasks done
mifi opened this issue Nov 3, 2022 · 0 comments
Open
2 tasks done

Cancel companion upload doesn't work after pause/resume #4184

mifi opened this issue Nov 3, 2022 · 0 comments
Labels

Comments

@mifi
Copy link
Contributor

mifi commented Nov 3, 2022

Initial checklist

  • I understand this is a bug report and questions should be posted in the Community Forum
  • I searched issues and couldn’t find anything (or linked relevant results below)

Link to runnable example

No response

Steps to reproduce

npm run dev:with-companion

I used s3-multipart protocol.

I used google drive.

  1. start upload of a large file
  2. pause upload
  3. resume upload
  4. then cancel using the cancel button next to the file itself (not the global cancel next to the progress bar)

Expected behavior

The upload should stop in companion

Actual behavior

Uppy clears all UI state however does not send the cancel event over the websocket to companion first, so companion continues uploading.

Somewhat related to #3155, but this is a different bug

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

No branches or pull requests

2 participants