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

sources/loop.c: fix infinite epoll #744

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

rkhapov
Copy link
Collaborator

@rkhapov rkhapov commented Dec 17, 2024

UINT32_MAX as default timeout should not be used, because this can lead to infinite epoll_wait in cases where there are no timers (like gracefully shutdown of the odyssey)

UINT32_MAX as default timeout should not be used, because this
can lead to infinite epoll_wait in cases where there are no timers
(like gracefully shutdown of the odyssey)

Signed-off-by: rkhapov <[email protected]>
@rkhapov rkhapov merged commit 75a50ec into yandex:master Dec 17, 2024
1 check passed
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