@mastahg I see, because the skill gcd is longer, the interval of 100 best, too fast in the loop too easy to LAG.
the reason for LAG is that the function takes out the data larger, and when the loop ingests, most of the data is discarded and duplicate data, It's best to change 100 milliseconds to take a value once, which also ensures the accuracy of the data.
Thanks!
the reason for LAG is that the function takes out the data larger, and when the loop ingests, most of the data is discarded and duplicate data, It's best to change 100 milliseconds to take a value once, which also ensures the accuracy of the data.
Thanks!