I just came across a Flex framework class I was previously unaware of. It’s the AsyncResponder class and has a nifty extra parameter in addition to the ‘result’ and ‘fault’ parameters of the normal Responder class. The third parameter allows you to pass-through data in the form of a token object. This could definitely come in [...]