You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
writePoint failes and often crashes with out of memory on ESP12 device due to big buffer size and possibly TLS1.3
Refer to suggestion: #230
Steps to reproduce:
Secure connection to InfluxDb server from a ESP12 device, 4MB.
Expected behavior:
Not crash, be able to specify buffer sizes and TLS version.
The MFLN should limit the buffer size but not working.
Actual behavior:
OOM crash and writePoint() fails to write the data point due to big buffer and causes crash.
Works if buffer set to 512,512 and TLS1.2
writePoint failes and often crashes with out of memory on ESP12 device due to big buffer size and possibly TLS1.3
Refer to suggestion: #230
Steps to reproduce:
Secure connection to InfluxDb server from a ESP12 device, 4MB.
Expected behavior:
Not crash, be able to specify buffer sizes and TLS version.
The MFLN should limit the buffer size but not working.
Actual behavior:
OOM crash and writePoint() fails to write the data point due to big buffer and causes crash.
Works if buffer set to 512,512 and TLS1.2
Refer to: #230
Specifications:
The text was updated successfully, but these errors were encountered: