AutoSteerCalculation Thread
PeterHaas1983 opened this issue · 1 comments
PeterHaas1983 commented
I've just read a little bit into the sourceCode.
And I found out the AutoSteer Calculation is done in a windows forms thread.
Is this correct.
In my opinion, this is a very critically operation, and it should not be done in the GUI task.
Better would to encapsulate this operation in a higher prio task like
System.Timers.Timer
or
System.Threading.Thread
richardklasens commented
We are using tasks now for different purposes