How can I force Vaadin client engine to retry sending requests to the server?
问题 I'm experimenting with the Vaadin Java framework at the moment and I've noticed that the client engine does not retry sending requests to the server. When mobile internet network is weak or inconsistent it would be good to keep retrying sending of requests rather than giving up. Does any one know how to achieve this in Vaadin? 回答1: Extending ApplicationConnection and overriding doAjaxRequest should be enough to achieve what you're trying to do. Something like this: public class