[Red5] prevent the scope from being freed upon disconnect
Iuri Diniz
iuridiniz at gmail.com
Thu Dec 11 21:49:35 PST 2008
I have created some scopes on startup (appStart), but they have been
destroyed when the last client disconnect, so is possible to prevent the
scope from being freed upon disconnect?
@Override
public boolean appStart(IScope app) {
System.out.println("Java: appStart>" + app);
app.createChildScope("childScope");
return super.appStart(app);
}
Thanks
--
Iuri Diniz
http://iuridiniz.com
http://blog.igdium.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5_osflash.org/attachments/20081212/9d7d6c73/attachment.html>
More information about the Red5
mailing list