Closed Gamec closed 9 years ago
Please provide some additional info on how you're setting up and using the upload system.
The crash you're getting is being triggered by an NSAssert statement in one of the upload tasks. Flagging an attempt to re-start an already complete task. Which leads me to believe that something is amiss with your setup.
Also, consider splitting these into two different Github issues as they are two separate problems that you are encountering.
We've tested crashing the app mid-copy and mid-upload and the queue should recover upon subsequent launch. Which is not to say there may not be bugs. Either way, additional info and code would be helpful.
Unable to reproduce. Closing this until further information is provided.
I have two problems with using app after it has been killed.
First one (with log below) happens when I kill app while file is copyied to tmp directory. It's not possible to run app again, you have to reinstall it. Crashes immidiately.
Second one happens when I kill app during upload. Here I can run app again, but task is not resumed, and if I add another task it's not started (but is displayed in task queue in console log).