Skip to content

Commit 4055282

Browse files
committed
fix nullref
1 parent 4d8a918 commit 4055282

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,12 +1412,10 @@ public void close() {
14121412

14131413
if (pingTimer != null) {
14141414
pingTimer.cancel();
1415-
pingTimer = null;
14161415
}
14171416

14181417
if (this.handshakeTimeout != null) {
14191418
this.handshakeTimeout.shutdownNow();
1420-
this.handshakeTimeout = null;
14211419
}
14221420
}
14231421

0 commit comments

Comments
 (0)