@Nicholas: now I get it, but that wasn't my suspicions, I was just reporting the docs [1] for the "single" concurrency type:
"single - Making only one request at a time is allowed on the method; additional requests made while a request is outstanding are immediately faulted on the client and are not sent to the server." [1]http://help.adobe.com/it_IT/FlashPlatform/reference/actionscript/3/mx/rpc/remoting/RemoteObject.html#concurrency Ciao, Cosma 2012/3/26 Nicholas Kwiatkowski <nicho...@spoon.as>: > That was in regard to your suspicions on how the RemoteObject class worked. > You should that if you sent it two command to process, the second would > error out -- > > -Nick > > On Mon, Mar 26, 2012 at 9:21 AM, Cosma Colanicchia <cosma...@gmail.com>wrote: > >> @Nicholas: I suspect a misunderstanding, I was talking about the C# >> "await" (just copied and pasted from the link provided by Taylor)... >> what exactly is "that's not how I've seen it work"? >> >> >> Cosma >>