URL Requests on document ready state issue
Hi,
After resolving a long term connection issue with Air and our server by opting for the native air URL objects (see http://forums.adobe.com/message/3727567#3727567), we've hit another problem.
Now we are experiencing an issue when the app initially boots, and attempts a call to the server, the Service Monitor reports the server unavailable, which is incorrect. An immediate manual trigger of the server check after boot tells us that the server is available.
It seems that Air has not yet initialised whatever is needed to make the call to the server. As a result, any initial call to the server during $(document).ready(), gets a Service Unavailable.
Is there anything that we can do to initialize Air's connections on boot so we don't hit this issue?
