Closed tao-a-man closed 2 months ago
hii @Lzw655, Can you help me check it 😍
@tao-a-man Thank you for raising the issue.
The errors tcp_write error, errno = No more processes
and transport_ws: Error write header
seem to be caused by resource exhaustion due to too many simultaneous tasks. To address this, ensure proper cleanup and resource management in your tasks. Limiting the number of concurrent tasks or increasing system resources might also help. Additionally, you can refer to the example below for guidance:
Hope this helps!
Answers checklist.
IDF version.
v5.1.2
Espressif SoC revision.
ESP32-S3
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
PowerShell
Development Kit.
esp-idf-v5.1.2
Power Supply used.
USB
What is the expected behavior?
I want create 4 Task
What is the actual behavior?
When i call API in task
Task_READER
so much times I get errorSteps to reproduce.
1.Build 2.Call API so much times
Debug Logs.
More Information.
code in Task_WS (Websocket)