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

Async file should stop reading the file when the handler is null #5211

Merged
merged 1 commit into from
May 23, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented May 23, 2024

The AsyncFile implementation will continue to read the file when the handler is set to null, instead it should stop reading. In addition report async file exception to the context when no exception handler is set.

…handler is set to null, instead it should stop reading. In addition report async file exception to the context when no exception handler is set.
@vietj vietj force-pushed the stop-reading-asyncfile-when-handler-is-null-4.x branch from fa9d2ff to 354bc11 Compare May 23, 2024 13:59
@vietj vietj merged commit 6672988 into 4.x May 23, 2024
7 checks passed
@vietj vietj deleted the stop-reading-asyncfile-when-handler-is-null-4.x branch May 23, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant