01-29-2026, 12:13 PM
Hello,
when I turn on sending to MQTT server, CPU go to 100% usage. Where is problem?
when I turn on sending to MQTT server, CPU go to 100% usage. Where is problem?
|
MQTT and CPU on 100%
|
|
01-29-2026, 12:13 PM
Hello,
when I turn on sending to MQTT server, CPU go to 100% usage. Where is problem?
4 godzin(y) temu
Check if your loop isn't publishing messages too fast without any delay or sleep, which often maxes out the CPU. Also, make sure you're using asynchronous publishing or a proper keep-alive setting so the MQTT client doesn't block the main thread
|
|
« Starszy wątek | Nowszy wątek »
|