|
| I have a certain situation in a video conference app where something
the user does causes their browser to crash. After this happens the
shared objects on the server (from their AVPresence and
VideoConference components) never get cleaned up (their reference
count does not drop to zero as the client never acually disconnected).
Any one have an idea how to clean them up manually? I guess that I
could run a heartbeat on the serverside and if it didn't hear from the
client for some period of time it could set a property on the SO and
then the VideoConference component in the other clients could drop
that video (the now blank AVPresence)...
I dunno - I am really regretting the descision to use macromedias
components. Should have started from scratch. Not that they have more
bugs than my own would have had, but I can't help but think I would
have been able to fix these kind of problems more elegantly in my own
components.
_
david
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|