Hey all. First off, bang up job!
My setup: I am testing with Flash9 on a virtual host, am running into a little problem with regards to an app being disconnected properly when a browser is closed, redirected, refreshed etc.. I came across this -> http://www.newviewnetworks.com/nvnHome/blog/client/index.cfm/2006/8/8/Red5-Removing-Ghost-Connections ... and implemented the iterator solution, but creating my own IPendingServiceCallback subclass described in this article -> http://www.newviewnetworks.com/nvnHome/blog/client/index.cfm/2006/8/8/Red5-Removing-Ghost-Connections I guess my main question is, wouldn't resultRecieved() only be called if a client is available to return the value? If i run through the available connections and a client is not there to have "isAlive" called upon, it can't return a result to be testing against. Is there a try...catch for IServiceCapableConnection.invoke? or another solution that will tell the server that a client is no longer connected, or has left abruptly? ... on localhost, an abrupt disconnection is handled well, was just wondering if anyone has come up with another solution for virtual host. thanks, -todd
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
