Hello,
I have developed a small application with monkey c, which requests data from a webservice via the Comm.JsonRequest call. Everything works fine, but depending on the amount of data it needs a long time, until data is received in the callback function.
In detail: if the json-data has a length of 150 bytes, it takes about 2 seconds, with 1500 bytes it takes about 12 seconds. I am using the 735XT together with an iPhone 6.
Using the simulator, there is no significant difference between small and big json data.
In addition, the performance seems not to depend on the complexity of the json-structure. Even with a flat structure (one value with a short or long text field) the mentioned times on the 735XT still resist.
The speed of the internet connection of the iPhone cannot be the reason. I tested it multiple times in different WLANs as well as 4G.
Is this a firmware problem, or does somebody know a work araound for this behavior?
Regards, garwuem