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…
Reference in New Issue