ESP32 is at least 10 times slower than ESP8266 with MQTT
Posted: Tue Aug 18, 2020 8:12 pm
As title.
I am experiencing a behaviour I can't exaplain.
Don't ask me why but for some reasons I am subscribing to an MQTT topic that update itself 30 times per second.
ESP8266 handles it like a boss without any problems but ESP32 lags far behind.
It seems that ESP32 isn't able to handle all that messages, it is at least 10 times slower than ESP8266, how this can be possible?
Using pubsubclient for MQTT.
Same code on both ESP32 and ESP8266.
Any idea?
Thanks
I am experiencing a behaviour I can't exaplain.
Don't ask me why but for some reasons I am subscribing to an MQTT topic that update itself 30 times per second.
ESP8266 handles it like a boss without any problems but ESP32 lags far behind.
It seems that ESP32 isn't able to handle all that messages, it is at least 10 times slower than ESP8266, how this can be possible?
Using pubsubclient for MQTT.
Same code on both ESP32 and ESP8266.
Any idea?
Thanks