Hi All,
As I posted in Red5 Digest Vol 22 Issue 29 I am using a persistent shared
object. I said that as long as I had clients connected my Flash clients were
getting data pushed to them from Red5, but once all my clients had
disconnected the shared object stopped working.
The persistent object goes away when all clients have disconnected. This is
supported also by what shows up through the admin webapp which reveals that
the shared object is no longer there when all clients have disconnected.
I have find a remedy which seems to suggest that there may be a bug with
Red5. I have now put into AppConnect a call each time to
InitPSOwithListener() which does
this.createSharedObject(appScope, "statusSO", true);
//get the TSO just created...
ISharedObject TSO = this.getSharedObject(appScope, "statusSO");
//add a listener to the TSO...
TSO.addSharedObjectListener(new SOEventListener());
And this keeping the shared object alive.
David Schulberg
email: [EMAIL PROTECTED]
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org