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

Fix: VarlinkStream not dispatching out data when write returns EAGAIN #59

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

scabrero
Copy link
Contributor

@scabrero scabrero commented Feb 9, 2023

The connection's fd event mask was updated with EPOLLOUT, but service_connection_set_events_masks() was not called to apply it.

Signed-off-by: Samuel Cabrero scabrero@suse.de

@scabrero scabrero force-pushed the scabrero-stream-out-epoll-ctl branch from 81c6f4d to 69790c0 Compare June 10, 2024 14:34
The connection's fd event mask was updated with EPOLLOUT, but
service_connection_set_events_masks() was not called to apply it.

Signed-off-by: Samuel Cabrero <scabrero@suse.de>
@scabrero scabrero force-pushed the scabrero-stream-out-epoll-ctl branch from 69790c0 to b9bd57b Compare June 11, 2024 07:39
@scabrero
Copy link
Contributor Author

Fixed code style error.

@haraldh haraldh merged commit a1a34ce into varlink:master Jun 11, 2024
6 checks 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