Explorar el Código

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

Change-Id: Ifb9895ebdfb6c193ed26c529237423275f0ffd11
tags/7.6.0.alpha5
Artur Signell hace 8 años
padre
commit
f17408b5e0

+ 1
- 0
client/src/com/vaadin/client/communication/ReconnectingCommunicationProblemHandler.java Ver fichero

@@ -502,6 +502,7 @@ public class ReconnectingCommunicationProblemHandler implements
}

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

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

Cargando…
Cancelar
Guardar