mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 01:10:14 +00:00
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…
x
Reference in New Issue
Block a user