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

