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

@uppy/companion: fix double tus uploads #4816

Merged
merged 4 commits into from
Dec 12, 2023
Merged

@uppy/companion: fix double tus uploads #4816

merged 4 commits into from
Dec 12, 2023

Commits on Dec 8, 2023

  1. fix double uploads

    fixes #4815
    also improve error logging when canceling
    mifi committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2ec49b2 View commit details
    Browse the repository at this point in the history
  2. don't close socket when pausing

    because it prevented us from canceling an upload that is paused
    note that we here sacrifice the ability to pause uploads and have other uploads take over the paused upload's rate limit queue spot.
    this is sacrificed because we will soon remove the ability to pause/resume uploads anyways
    mifi committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e4dbe77 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Update packages/@uppy/companion/src/server/Uploader.js

    Co-authored-by: Merlijn Vos <[email protected]>
    mifi and Murderlon authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7f8d138 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Revert "don't close socket when pausing"

    This reverts commit e4dbe77.
    mifi committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6c22e0e View commit details
    Browse the repository at this point in the history