There's one more, sporadic, failure that started happening recently and this PR doesn't address it: sometimes sendFile test in Quotest fails to download the files in several threads. Either something is loose in the multithreaded Quotient::NetworkAccessManager code or the failure is due to the server responding 429 and Quotient::NAM not knowing what to do with it - I haven't checked yet.
There's one more, sporadic, failure that started happening recently and this PR doesn't address it: sometimes
sendFile
test in Quotest fails to download the files in several threads. Either something is loose in the multithreadedQuotient::NetworkAccessManager
code or the failure is due to the server responding 429 andQuotient::NAM
not knowing what to do with it - I haven't checked yet.