Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix off-by-one error with jinja loop index (#539)
Fixed off-by-one error in Event message_type. According to the protocol the Least significant bit is set to 0 (Request), 1 (Response) and increments for each Event. Message Type value for MembersView should end in 02, PartitionsView -> 03, MemberGroupsView -> 04 Instead it is off by 1 since the jinja loop.index starts at 1 not 0
- Loading branch information