On 8 mar, 01:05, "dolcra...@gmail.com" <dolcra...@gmail.com> wrote:
> Does it still happen if you define the callback and assign it to a
> final variable and use it that way?

And how about scheduling the timer from the onSuccess/onFailure?

Is the leak also experienced when scheduling every, say, 10 secs?

It could be that the requests are queued (no more than 2 or 6 requests
at a time, so if the request/response takes more than a second...) in
the browser, along with, of course, the AsyncCallback and the Request
object (one is always created even if you don't return a Request from
your RPC method).

-- 
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-tool...@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