Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos/eventfd: ignore EAGAIN on write #171

Merged
merged 1 commit into from
Feb 15, 2024
Merged

macos/eventfd: ignore EAGAIN on write #171

merged 1 commit into from
Feb 15, 2024

Conversation

slp
Copy link
Contributor

@slp slp commented Feb 15, 2024

We may get EAGAIN on write if the eventfd is overstimulated, but we can safely ignore it as we can be sure the subscriber will get notified.

We may get EAGAIN on write if the eventfd is overstimulated, but we can
safely ignore it as we can be sure the subscriber will get notified.

Signed-off-by: Sergio Lopez <slp@redhat.com>
@slp slp merged commit 217ea5b into main Feb 15, 2024
5 checks passed
@slp slp deleted the macos-eventfd-eagain branch February 15, 2024 19:34
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