ZuoAndroid / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

Ajax CallBack timeout #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Switch off the internet on the device. create byte[](from bitmap)
2. create byte[](from bitmap) and put it as a param in callback obj.
3. set callback timeout to value 5000 ms. aq.ajax(callback)

What is the expected output? What do you see instead?
callback should return in 5024 ms. It returns in 120024 ms instead

What version of the product are you using? On what operating system?
0.25.10

Please provide any additional information below.

Original issue reported on code.google.com by styal...@gmail.com on 26 Sep 2013 at 12:30