changed start currentCmdIDIndex value

master
Alex 2022-01-04 00:33:15 +01:00
parent c23ac08aed
commit 384a986563
1 changed files with 1 additions and 1 deletions

View File

@ -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<>();
} }