Skip to content

esp32: return from receive_events once drained#2365

Open
pguyot wants to merge 1 commit into
atomvm:release-0.7from
pguyot:w29/receive-lost-wake
Open

esp32: return from receive_events once drained#2365
pguyot wants to merge 1 commit into
atomvm:release-0.7from
pguyot:w29/receive-lost-wake

Conversation

@pguyot

@pguyot pguyot commented Jul 18, 2026

Copy link
Copy Markdown
Collaborator

Fix ESP32 event poller re-blocking after running a listener, which could delay a process readied by a driver (e.g. an active-mode socket message) until the next event or timer tick

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

Fix ESP32 event poller re-blocking after running a listener,
which could delay a process readied by a driver (e.g. an
active-mode socket message) until the next event or timer tick

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant