Multiple network.download()

Hi,

I have a basic “for loop” in my app with 1 - 5 iterations in which i call network.download(somestuff). The first time I call network.download() everything works fine, but it is as if it exits the entire for loop after I call network.download the first time. Inserting print statements into the for loop shows only 1 iteration through the loop. Any solutions or should I file a bug report?

Never mind, issue resolved, I had errors in my code that were not showing up because of pcall()

Never mind, issue resolved, I had errors in my code that were not showing up because of pcall()

Do you call network.download after each one? Or how are you doing this? I need to do this also but not sure if I use a listener to launch the second download or what to do.

Thanks!

Do you call network.download after each one? Or how are you doing this? I need to do this also but not sure if I use a listener to launch the second download or what to do.

Thanks!