Skip to content

Commit

Permalink
Merge pull request #555 from ZachBray/bugfix/issue-543-encoding-groups
Browse files Browse the repository at this point in the history
Fixes an issue associated with issue #543.
  • Loading branch information
mjpt777 committed Apr 9, 2018
2 parents 720f5c7 + ae69ca2 commit 45634a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ private void generateGroupClassHeader(
indent + INDENT + INDENT + "_index = -1;\n" +
indent + INDENT + INDENT + "_count = count;\n" +
indent + INDENT + INDENT + "_blockLength = %3$d;\n" +
indent + INDENT + INDENT + "_actingVersion = SchemaVersion;\n" +
indent + INDENT + INDENT + "parentMessage.Limit = parentMessage.Limit + SbeHeaderSize;\n" +
indent + INDENT + "}\n",
parentMessageClassName,
Expand Down

0 comments on commit 45634a5

Please sign in to comment.