12urenloop / Telraam

New and hopefully improved application to count laps of the 12urenloop event
MIT License
6 stars 2 forks source link

SimplePositioner freaks out due multi-threading #136

Open NuttyShrimp opened 7 months ago

NuttyShrimp commented 7 months ago

The class should be rewritten with some extra locks, or gather the info from the DB as the lappers do. For some reason it will start freaking out with out of bound errors for the detections list, which is strange because it happens in the sorting function

Topvennie commented 7 months ago

Once Nostradamus is finished SimplePositioner can be removed. Unless we want to keep it as a simple (but bad) example of a positioner

NuttyShrimp commented 7 months ago

That will also be fixed if #135 is merged