Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1466 from pguyot/w02/fix-deadlock-in-sockets
Fix deadlock in socket code Fix a deadlock that was introduced in 555745c and that happens on platforms without recursive locks (e.g. esp32) by removing an unnessary lock in `socket_recv`. 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
- Loading branch information