Multiple Remote call made simultenously
Posted
by
Sudeep Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Sudeep Kumar
Published on 2009-11-13T15:33:23Z
Indexed on
2010/12/22
13:54 UTC
Read the original article
Hit count: 146
flex
I was making multiple remote calls and they are done sequentially and when I am getting a result event back it's triggering calls to all the methods with ResultEvent as an argument . I am supposed to receive the result event only in the method given inthe event listener but it's triggering calls to all the methods with ResultEvent as an argument .
Has anyone come across this kind of problem? Is there any workaround for it?
© Stack Overflow or respective owner