Mete: In my application I have RPC calls occurring, plus Ineed to push
data from the server to clients using messaging. Ialso need to listen
for client disconnections. I think LCDS is theright tool for this, but
only at great cost to developers becauseof the unforgiveable
documentation. When a client makes a login RPCcall, I execute
FlexSession#addSessionDestroyedListener, only tonot catch the
disconnection because the RPC calls are occurringover an AMF channel and
therefore using HttpFlexSessio...