[X] I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
[X] I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
V5.2.2
Espressif SoC revision.
ESP32-WROOM
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-Wrove_kit
Power Supply used.
USB
What is the expected behavior?
I send more than 85KB data By MQTT API esp_mqtt_client_publish() successful
What is the actual behavior?
I send more than 85KB data By MQTT API esp_mqtt_client_publish(), but system show the error that outbox: outbox_enqueue(53): Memory exhausted. But I see there is more than 100KB heap space
Steps to reproduce.
Base the MQTT Example code "tcp", and create more than 85KB char data, use esp_mqtt_client_publish() to send data
Answers checklist.
IDF version.
V5.2.2
Espressif SoC revision.
ESP32-WROOM
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-Wrove_kit
Power Supply used.
USB
What is the expected behavior?
I send more than 85KB data By MQTT API esp_mqtt_client_publish() successful
What is the actual behavior?
I send more than 85KB data By MQTT API esp_mqtt_client_publish(), but system show the error that outbox: outbox_enqueue(53): Memory exhausted. But I see there is more than 100KB heap space
Steps to reproduce.
Base the MQTT Example code "tcp", and create more than 85KB char data, use esp_mqtt_client_publish() to send data
Debug Logs.
No response
More Information.
No response