ZuoAndroid / android-query

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

Timeout for ajax-call does not work. #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I do a ajax-call using the following lines, the timeout does not work.

cb.url(url).type(JSONObject.class).expire(-1).params(params).method(Constants.ME
THOD_POST).timeout(5000);
aq.ajax(cb);

If I set debug to true, I can see in LogCat that the call takes 18-20 sec but I 
dont get a timeout.

Im using version 0.24.2-beta.

Whats wrong?

Thanks!

Original issue reported on code.google.com by erik.zetterqvist73@gmail.com on 23 Oct 2012 at 6:51

GoogleCodeExporter commented 8 years ago
Cannot reproduce.

Original comment by tinyeeliu@gmail.com on 14 Dec 2012 at 10:26