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

Transfer progress: fix progress bar not full width #277

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

warpdesign
Copy link
Owner

@warpdesign warpdesign commented Nov 14, 2022

We only send some throttled progress events when reading file streams so when the write stream has finished transfer bytes written may be less than the file's total bytes.

To fix the problem without changing the progress throttle we simply send a progress event on the write stream's finish event.

We only send some progress events when reading file streams
so when the write stream has finished transfer bytes written
may be less than the file's total bytes.

To fix the problem without changing the progress throttle we
simply send a progress event on the write stream's finish event.
@warpdesign warpdesign merged commit 0f379d4 into master Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant