I'm trying to reuse the HTTPService object in a flex app but I'm running into a problem. In the handler for ResultEvent.RESULT I'm removing the listener, but it isn't removed. I've have to catch the asyncToken from send() and attach a new property so I know what it's supposed to do in the handler.
I've set up an example here: http://www.152.org/flex/
You can right-click and view source.
Has anyone else run into an issue where listeners aren't removed? Should HTTPService not be reused?