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

agent: Ensure all events are written when io_uring is not used #32

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

ueno
Copy link
Contributor

@ueno ueno commented Jun 29, 2023

This switches to using tokio::io::AsyncWriteExt::write_all to guarantee that all data is written to the primary log file.

Related: #31

This switches to using `tokio::io::AsyncWriteExt::write_all` to
guarantee that all data is written to the primary log file.

Signed-off-by: Daiki Ueno <[email protected]>
@ueno ueno merged commit 6fd4870 into latchset:main Jun 29, 2023
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.

1 participant