소스 검색

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

Change-Id: Ifb9895ebdfb6c193ed26c529237423275f0ffd11
tags/7.6.0.alpha5
Artur Signell 8 년 전
부모
커밋
f17408b5e0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      client/src/com/vaadin/client/communication/ReconnectingCommunicationProblemHandler.java

+ 1
- 0
client/src/com/vaadin/client/communication/ReconnectingCommunicationProblemHandler.java 파일 보기

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

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

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

Loading…
취소
저장