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

Support for multiple simultaneous downloads #1

Open
zabeehkhan opened this issue Jun 6, 2021 · 2 comments
Open

Support for multiple simultaneous downloads #1

zabeehkhan opened this issue Jun 6, 2021 · 2 comments
Labels
question Further information is requested

Comments

@zabeehkhan
Copy link

Hi there,
Thank you for making making Flowder publicly available. I was just wondering if there is any possibility of supporting multiple simultaneous downloads. I am going to use this for a real project.

@Crdzbird
Copy link
Owner

Crdzbird commented Jun 7, 2021

Hi there @zabeehkhan!

Sadly flowder only handle one file per instance, so in order to manage more than 1 download you will need to create a List<Flowder> and then have an observer for that List(the progress callback will become handy for you on that scenario).

There are still a lot of pending upgrades to do in Flowder, and of curse if you like to improve it, please feel free to open a PR :)

@Crdzbird Crdzbird added the question Further information is requested label Jun 7, 2021
@amonnoris1
Copy link

@Crdzbird is it possible for you to send me a sample code of how to handle more than 1 download using the method you have talked about

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

No branches or pull requests

3 participants