CPU usage

Hello!
I have noticed that CPU usage increases by 12% from the moment I connect to the server, and this increase in processor usage continues even after I log out of the server.
I checked it with the Chat demo (native)
Questions

  1. Is this increase in CPU usage standard?
  2. Shouldn't the processing usage drop once I log out?

Using Delphi 10.2.3 Tokyo
TMS WebSocket version 1.0.1.1

Thanks in advance for your time and help.

Greetings

Job Espejel

Hi,

Looks like the AutoCheckInterval property was not initialized properly. We've applied a fix for this, in the meantime can you set that property to something else other than 0? The value will basically be the amount of ms to let the thread sleep between readings. A value between 10 and 50 should do the trick.

1 Like

Thanks!
That did the trick