Commit 8eb5ed7
committed
fix crash on using the single queue type
The single and multiple message per coord tracker queues are used
interchangeable on a config value, but the methods have not
the same count of arguments. This commit fixes the resulting crash
by adding the missing, unused parameter to the track function
of the SingleMessagePerCoordTracker class1 parent 44ecdd7 commit 8eb5ed7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments