Hi, did anyone encounter such a problem that the response from a geometryService is returning after several minutes? I was making this test on a very simple rectangular shape - only 4 points and area not larger than............. I was doing a small demo with usage of that service about 2 months ago and it was blazing fast. Right now ... it is almost impossible to use it in development. I was thinking that maybe I have got error somewhere in my code... but after creating a project from source code on esri page:
Measure areas—ArcGIS API for Flex | ArcGIS for Developers
it is also impossible to get results in debug mode.
What is even more interesting, after I create a release build in Flash Builder 4.6.... everyting is working fine and fast. But whenever I am trying to get results during debug, my network monitor says that request has status OK... but waiting for response. After I get it (from 1 to even 10 minutes)... I am able to perform calculations for new areas without any delay...
Does anyone had similar problem?