Hi list.
I need some help to understand the behavoiur i'm noticing in my app. The
scenario is as follows: I have a method in the server app wich should be
called just before some of the clients disconnect (the client app decides
when to do it or not). This method just set a Scope attribute to a default
value. The point is that these invocations are taking no effects (and i'm
sure that they're done before the closing of the NetConnection object, at
least they are before in the code flow).
Client side code flow:
nc.call("mymethod",............);
//do things locally
nc.close();
//do things locally
first line in the server method is a logging mes. that isn't showing at all
(and it is when calling it from other places in the code). I guess that
invocations to server methods are done deferred (spelling?) so actually the
netconection is closed before the call is really done. Any ideas on how to
prevent this to happen?
Cheers
Carlos
--
-------------------------------------------------------------------
"Nos gusta los domingos ir al parque a pinchar los globos de los niƱos para
verlos llorar" .- Eskorbuto
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org