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

Split up iroh-bytes events #1912

Open
rklaehn opened this issue Dec 20, 2023 · 0 comments
Open

Split up iroh-bytes events #1912

rklaehn opened this issue Dec 20, 2023 · 0 comments

Comments

@rklaehn
Copy link
Contributor

rklaehn commented Dec 20, 2023

E.g. DownloadProgress mixes up two things. 1. downloading and 2. exporting to the local file system.

This should be

enum DownloadProgress
enum ExportProgress

and then possibly some event that combines the two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants