mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
898cac0061
Current lwip implementation does not support deleting a task which is actively waiting on `select()` or `poll()` API. Therefore we have to make sure that `select()` exits to deallocate its internal callback before deleting the task. This is achieved by a shutdown semaphore which informs the client once the `select()` exitted. fix slave |
||
---|---|---|
.. | ||
common | ||
modbus | ||
port | ||
serial_master | ||
serial_slave | ||
tcp_master | ||
tcp_slave | ||
CMakeLists.txt | ||
component.mk | ||
Kconfig | ||
sdkconfig.rename |