AIR RemoteObject timeout in Windows - Is There A Solution???
Essentially the issue is long running RemoteObject requests timeout on Windows and setting requestTimeOut on the remoteObject or setting URLRequestDefaults.idleTimeOut to a high number are ignored and the request times out after 30 seconds.
There's been quite a number of posts on this subject and at times the issue was reportedly addressed or worked around, but I'm still seeing this issue on Flex SDK 4.1 (AIR 2.02). The request times out no matter what I do (on Windows).
A brute force approach would be to break down what I'm trying to retrieve into smaller chunks and assemble the results on the client, but that doesn't give complete confidence that some request may exceed 30 seconds when the servers are under load.
Any advice would be appreciated.
Here are a few posts/JIRA entries that reference the issue:
https://bugs.adobe.com/jira/browse/SDK-15403
https://bugs.adobe.com/jira/browse/SDK-22016
http://blogs.adobe.com/cantrell/2009/10/introducing_urlrequest_idletimeout.html
Thanks,
Jeff
