Skip to content

Commit

Permalink
added missing counter incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahar Mehrpour committed Jan 14, 2020
1 parent 32e2f6e commit 167cda5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class Utilities {
messageJson["part"] = cnt; // only for debugging
ws.send(JSON.stringify(messageJson));
start += this.BREAK_LINE;
cnt ++;
}
}

Expand Down

0 comments on commit 167cda5

Please sign in to comment.