In the function StartFunction1 you initiate the download of data but nowhere waiting for its completion.
In the function StartFunction1 you initiate the download of data but nowhere waiting for its completion.
How i can wait for its completion?
Instead of immediately emitting the signal notifying that Function1 has finished, do it in replyFinished() when the last reply has finished.
Bookmarks