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

Add progress bar #59

Open
yorukot opened this issue May 8, 2024 · 2 comments
Open

Add progress bar #59

yorukot opened this issue May 8, 2024 · 2 comments

Comments

@yorukot
Copy link

yorukot commented May 8, 2024

Make response can receive the current progress.

Just a suggestion I don't think this is definitely a good feature and may cause performance issues. But it would be a good feature to be able to choose whether to restore the current progress.

@davidnewhall
Copy link
Contributor

Can you tell me more about your use case and what sort of implementation you'd like to see?

@yorukot
Copy link
Author

yorukot commented May 8, 2024

I have an Application that is a file manager. When the user decompresses a file (especially a large file), if there is a progress bar showing how many files have been decompressed so far ex: 10/100, this will bring great convenience to the user.

When starting to send messages to CBChannel,add a variable to indicate how many files the compressed file has. Every few files or every period of time, the total number of files decompressed so far is transferred.

If this is possible for this package I might be able to help add this functionality!

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

No branches or pull requests

2 participants