This closes #1613
This commit is contained in:
commit
6407580b66
|
@ -154,7 +154,7 @@ public class ProtocolHandler {
|
|||
return;
|
||||
}
|
||||
|
||||
if (handshakeTimeout > 0) {
|
||||
if (handshakeTimeout > 0 && timeoutFuture != null) {
|
||||
timeoutFuture.cancel(true);
|
||||
timeoutFuture = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue