Search found 3 matches

by kgezer
Fri Aug 04, 2023 7:01 pm
Forum: ESP IoT Solution
Topic: MQTT + ESP32 Wifi causes memory leakage
Replies: 0
Views: 32489

MQTT + ESP32 Wifi causes memory leakage

Dear All, When I connect Wifi and connect a broker with PubSubClient MQTT library, program works properly. I check periodically (2 sec) min heap memory level using ESP.getMinFreeHeap() function. I experienced that heap memory drops down from 250K to 212 K in 12 hours. I can see every 2 sec some time...
by kgezer
Fri Aug 04, 2023 6:47 pm
Forum: ESP32 Arduino
Topic: WIFI + MQTT Causes Memory Leakage
Replies: 3
Views: 1334

Re: WIFI + MQTT Causes Memory Leakage

No body experienced such a problem or any idea?
by kgezer
Fri Jul 28, 2023 9:09 am
Forum: ESP32 Arduino
Topic: WIFI + MQTT Causes Memory Leakage
Replies: 3
Views: 1334

WIFI + MQTT Causes Memory Leakage

Dear All, When I connect Wifi and connect a broker with PubSubClient MQTT library, program works properly. I check periodically (2 sec) min heap memory level using ESP.getMinFreeHeap() function. I experienced that heap memory drops down from 250K to 212 K in 12 hours. I can see every 2 sec some time...