Hi Guys, Asked this question before, did not get the answer.
My environment Flash Builder 4.1 with AIR 2.6. I have a HTTPService call which will last 2 minutes. In my AIR application, when I run one HTTPService, no matter how I set requestTimeout, it will only run up to 30 seconds. When I use the same code in Web application, it worked. I think there is some problems in AIR runtime caused the issue. When I kick out 100 HTTPService using a loop, all these HTTPService will run up to 60 seconds: the last result or fault event handler will come back in 60 seconds. If single HTTPService has 30 seconds limit, why multiple HTTPService calls have 60 seconds? Thanks, George