You can explicitly set a timeout for Async calls in gwt. Once a RequestBuilder object is created, you can add setTimeoutMillis() method in RequestBuilder header object. Sets the number of milliseconds to wait for a request to complete. Should the request timeout, the RequestCallback.onError(Request, Throwable) method will be called in RequestCallback interface. The callback method will receive an instance of the RequestTimeoutException class as its Throwable argument.
S. Abraham www.DataStoreGwt.com Persist objects directly in GAE -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
