Hello guys, I know that the title of this thread might not give you a hint of what my problem is.
Let me explain :
I have a page with a Label that I update at a 100Hz frequency. I receive electrical value from a sensor from a server through WebSocket and display them in my page. Problem is that when I wait like 2-3 minutes, the refreshing frequency starts lowering. And when I receive values for like 10 sensors at a time, it is really slow to display those values. I really need this to be smoother.
I did not bind my values, I just use the text property of my label.
My question is, is there a buffer or something like that that I have to empty after a certain amount of time ?
Thanks !