changed start currentCmdIDIndex value
parent
c23ac08aed
commit
384a986563
|
@ -23,7 +23,7 @@ public class KraSocketClientProtocol {
|
||||||
|
|
||||||
public KraSocketClientProtocol() {
|
public KraSocketClientProtocol() {
|
||||||
this.cmdIDs = new ArrayList<>();
|
this.cmdIDs = new ArrayList<>();
|
||||||
this.currentCmdIDIndex = 10;
|
this.currentCmdIDIndex = 9;
|
||||||
this.consumerHashMap = new HashMap<>();
|
this.consumerHashMap = new HashMap<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue