Dmitry Frolov wrote: > Hi, Michael > > appLeave handler also does not fire (you can pull out your network > cable to check it). But probably I found solution: > both handlers fires when I try to invoke disconnected client. So I can > set up scheduling service that will send "ping" to each connected > client. But may be you know the better way to solve this problem?
Gotcha. You mean communication breakdown case. Then, yes, Red5 doesn't know that your client lost network connection. What I would do is create a protected method that polls each and every client and run it as a separate thread. You can store an ID assigned to connected clients to create some kind of "prolonged session". -- Michael "Antares" Klishin, http://www.novemberain.com | mailto:[EMAIL PROTECTED] _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
