mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-23 10:52:56 +00:00
ARTEMIS-4705 remove unnecessary field from STOMP HeartBeater
This commit is contained in:
parent
f7288c16a6
commit
61e52ae0fd
@ -268,7 +268,6 @@ public class StompFrameHandlerV11 extends VersionedStompFrameHandler implements
|
||||
|
||||
long serverPingPeriod = 0;
|
||||
long clientPingResponse;
|
||||
volatile boolean shutdown = false;
|
||||
AtomicLong lastPingTimestamp = new AtomicLong(0);
|
||||
ConnectionEntry connectionEntry;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user