when client disconnects my theory is that in ApplicationAdapter:
- public void appLeave(IClient client, IScope app) {}
IClient client is object representing disconnecting client.
my problem is that i use:
- Red5.getConnectionLocal().getClient().setAttribute()
to set values related to each client but when i try to use
client.getAttribute() in appLeave sometimes i get "unknown" values or
client object is not of disconnecting client.
i need to get client attributes before disconnect so i can notify
sharedObjects/clients with that data, any idea what i'm doing wrong or
how to change my approach?
Aljosa Mohorovic
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org