making it possible for multiple windows to receive the same data

still need some more work on this
This commit is contained in:
2026-03-13 23:35:33 +00:00
parent 93ecb1a11d
commit 7caad7149e
3 changed files with 54 additions and 38 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ func (i *IRacing) Subscribe(requestFields map[int16]telem.FieldID) {
}
}
i.data.Values[id].ID = winID
i.data.Values[id].IDs = append(i.data.Values[id].IDs, winID)
i.data.ActiveBinds = append(i.data.ActiveBinds, binding)
}