Hi,
As far as I can see, for ESP-matter there are 2 sources of examples which are quite different from each other, the first one from connectedhomeip the second from esp-matter itself.
Can someone from ESP drop a few lines here indicating which one should be used? please
Thanks in advance.
Search found 5 matches
- Wed Feb 28, 2024 6:48 pm
- Forum: General Discussion
- Topic: Which matter examples shall I use as reference
- Replies: 0
- Views: 594
- Tue Jul 11, 2023 6:43 am
- Forum: ESP-IDF
- Topic: I think there is a memory leak in esp_tls
- Replies: 1
- Views: 1082
Re: I think there is a memory leak in esp_tls
Hi,
False alarm, no memory leakage, I was overwriting pxTls setting it to NULL, thus loosing its allocated memory!
Sorry
O.
False alarm, no memory leakage, I was overwriting pxTls setting it to NULL, thus loosing its allocated memory!
Sorry
O.
- Mon Jul 10, 2023 2:02 pm
- Forum: ESP-IDF
- Topic: esp_tls possible memory leak
- Replies: 1
- Views: 783
Re: esp_tls possible memory leak
Hi,
False alarm, no memory leakage, I was overwriting pxTls setting it to NULL, thus loosing its allocated memory!
Sorry
O.
False alarm, no memory leakage, I was overwriting pxTls setting it to NULL, thus loosing its allocated memory!
Sorry
O.
- Sat Jul 08, 2023 6:06 am
- Forum: ESP-IDF
- Topic: esp_tls possible memory leak
- Replies: 1
- Views: 783
esp_tls possible memory leak
Hi, sorry for double posting, but I cannot find my old post in this forum I am using coreMQTT, in my application, connection is continuously running , every now and then, there is a need of a reconnection, and here is where the problem pop up. When calling function TlsTransportStatus_t xTlsConnect( ...
- Fri Jul 07, 2023 1:56 pm
- Forum: ESP-IDF
- Topic: I think there is a memory leak in esp_tls
- Replies: 1
- Views: 1082
I think there is a memory leak in esp_tls
Hi, My application is using secure mqtt to connect, I am forcing network disconnections to check how application recovers, unfortunately, I seems to have come across a memory leakage, or at least I think so. not sure if it is a bug or I am doing something wrong, I am using ESP-IDF v5.0 by my count w...