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

[coro_file][bug]Fix coro file #565

Merged
merged 15 commits into from
Jan 11, 2024
Merged

[coro_file][bug]Fix coro file #565

merged 15 commits into from
Jan 11, 2024

Conversation

qicosmos
Copy link
Collaborator

@qicosmos qicosmos commented Jan 11, 2024

Why

fix some:

open with fread only allowed to call async_read/async_write, call async_read_at/async_write_at will return error.

open with pread ongly allowed to call async_read_at/async_write_at, call async_read/async_write will return error.

if uring file open failed will reset inner stream_file_.

What is changing

Example

@qicosmos qicosmos changed the title Fix coro file [coro_file][bug]Fix coro file Jan 11, 2024
@qicosmos qicosmos merged commit aa43023 into alibaba:main Jan 11, 2024
30 checks passed
@qicosmos qicosmos deleted the fix_coro_file branch January 11, 2024 08:31
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