mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-18 07:47:18 +00:00

When using multiple sockets, some of them could be incorrectly removed from the fd_sets before passing these fd_sets forward to the socket select function. Closes https://github.com/espressif/esp-idf/issues/1987