Hi Klemen, Klemen Nagode schrieb:
Someone knows why I can not use ServiceUtils.invoke inside execute()
function / Scheduled job?
When I try to do this:
ServiceUtils.invokeOnAllConnections ("message", new Object[] {msgObj});
[...] you will have to pass the scope to get the connections for as first parameter. If you omit it, Red5 gets the scope from the currently active connection (which doesn't exist in the context of a scheduled job). Joachim
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
