Hi, I couldn't find a way to set a timeout in GWT RPC call. Am I missing something or this is done deliberately?
This feature is essential if your client use the system in low quality network. Responses from the server might be lost sometimes and we don't want obviously to loose one of two active connections to the server. I see there is nice implementation of timeout (with abort on XmlHttpRequest) in RequestBuilder class, so any http request in GWT supports timeout. Why I cannot use timeout with RPC? It should be easy to implement because RPC uses RequestBuilder anyway (if I understand GWT code correctly). Did anybody cope with this issue? Any help would be appreciated. Many thanks, Andrzej Bednarz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
