Saturday, August 30, 2014

Re: AsyncCallback's methods are not called after rpc request is made.

I fixed this, but the behavior seems to be a bug.

I was making the request, and right after making it, I was calling some code which does History.fireCurrentHistoryState(); to handle the current url token (this happens on first page load, within the entryPoint).

So 1) making the request, then 2) Doing History.fireCurrentHistoryState(); 3) while in the entry point, appears to reset the callbacks of the rpc request made in step 1 and doesn't call the callbacks.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment