mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
When tcp write/connect is running, close socket request will abort it and continue to delete netconn and close tcp. Do not immediately return after aborting tcp write/connect. Otherwise, tcp close requeset will block and tcp write/connect will crash.