Do you use the same RequestCallback object for all requests ? That
would explain your problem, responses arrive in a random order and
your callback has no way of knowing what response it's handling. If
I'm right, perhaps try using a specific callback per request.

On Dec 17, 12:25 pm, jake H <pnosti...@gmail.com> wrote:
> so is there any solution about asynchronous communication?
> should i work with deadlocks?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to