Commit 28b0eb1
Fix #402 index out of bound error in the vector of dummy test data
The index has to be divided by 2 to get the correct index in the array
of test data. Comes from the fact that every payload message is preceded
by a header message.1 parent aeaed63 commit 28b0eb1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments