Skip to content

wasip3: Mask events reported through poll#795

Merged
alexcrichton merged 2 commits intoWebAssembly:mainfrom
alexcrichton:fix-another-poll-issue
Apr 22, 2026
Merged

wasip3: Mask events reported through poll#795
alexcrichton merged 2 commits intoWebAssembly:mainfrom
alexcrichton:fix-another-poll-issue

Conversation

@alexcrichton
Copy link
Copy Markdown
Collaborator

Events such as a TCP connect will report that the socket is writable, but if the original poll call didn't request to get notified of that event then it shouldn't be reported.

Events such as a TCP connect will report that the socket is writable,
but if the original `poll` call didn't request to get notified of that
event then it shouldn't be reported.
@alexcrichton alexcrichton requested a review from dicej April 22, 2026 20:35
@alexcrichton alexcrichton enabled auto-merge (squash) April 22, 2026 21:10
@alexcrichton alexcrichton merged commit 6932875 into WebAssembly:main Apr 22, 2026
33 checks passed
@alexcrichton alexcrichton deleted the fix-another-poll-issue branch April 22, 2026 21:11
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.

2 participants