Question
App freezes at second HTTP request - only when released, works fine in debug mode
It seems as the second time the app uses HTTPservices to get an xml of about 2 KBytes it freezes completely - but only when realeased.
More precisely, it freezes right after receiving response from the web server and before it populates a DataGrid control.
I've tried with Flex 4.6 and 4.7, AIR 3.4 and 3.5 with the same result.
Is there a way to see what's wrong - in release mode?
