Calling URLLoader from AIR in Rapid Succession Causes Error 2032
Hi All,
Within AIR, I am issuing multiple POST calls with URLLoader in rapid succession to the same web service on the same server.
About half of them fail with error #2032. In the HTTPStatus handler, I get status=0.
I suspected keep-alive issues, so I added "Content: close" to the URLRequest header and made sure I called URLLoader.close() as soon as I got a succesful response from calls which succeeded- but no joy.
I would appreciate any ideas.
mlavie
