You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #1103 from pguyot/w10/fix-esp32-socket_driver
Fix several issues in esp32 socket_driver (default gen_* implementation)
Fix avail_bytes that was not initialized
Fix handling of read condition messages (netconn with NETCONN_EVT_RCVPLUS and
len == 0)
Fix a race condition where two netconn_evt would be processed by a single
netconn_recv and the second netconn_recv would block
This makes test_socket work much more reliably on a physical esp32c3
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
0 commit comments