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?