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

Various fixes #5377

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Various fixes #5377

merged 2 commits into from
Oct 28, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented Oct 28, 2024

No description provided.

Motivation:

VertxConnection resume incorrectly assumes no event loop tasks can be executed when there is a channel read in progress. This is somehow true for nio/epoll/kqueue but this is incorrect for io_uring.

Changes:

Handle properly the case where a resume task executes and there is a read in progress.
@vietj vietj added this to the 5.0.0 milestone Oct 28, 2024
@vietj vietj merged commit e37ebff into master Oct 28, 2024
8 checks passed
@vietj vietj deleted the resume-when-read-in-progress branch October 28, 2024 11:53
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