I have a BlazeDS destination and the scope is set to request. Is there a way to get BlazeDS to call destroy() when the request is complete? Is there another way to know when the request is complete?
I know I can use finalize(), but that is only called when garbage collection occurs.
Thanks,
Matt
After browsing through the BlazeDS source code I figured out how to accomplish this by using a custom adapter. Here is the source.