Browse Source

Reset reconnect counter when connection is re-established (#11733)

Change-Id: Ifb9895ebdfb6c193ed26c529237423275f0ffd11
tags/7.6.0.alpha5
Artur Signell 8 years ago
parent
commit
f17408b5e0

+ 1
- 0
client/src/com/vaadin/client/communication/ReconnectingCommunicationProblemHandler.java View File

} }


reconnectionCause = null; reconnectionCause = null;
reconnectAttempt = 0;
hideDialog(); hideDialog();


getLogger().info("Re-established connection to server"); getLogger().info("Re-established connection to server");

Loading…
Cancel
Save