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
Original issue reported on code.google.com by
erik.zetterqvist73@gmail.com
on 23 Oct 2012 at 6:51