I'm using QT Creator and ArcGIS.Runtime 10.26.
I have a QueryTask query for some graphics geometry in an app I'm making, the response comes back from the server within a couple hundred milliseconds (checked using Charles), but QueryTask isn't setting QueryTaskStatus to completed until something like 5 seconds after the response is received. I don't really know what's going wrong or how to track it down.
Does anyone have experience for this or perhaps a suggestion for how to try and figure out what's causing the delay?
Thank you.