-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Unexpected QuicStream.WriteAsync
exception
#82523
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsDescription
Reproduction StepsRun the attached test case: quicwriteexception.zip Expected behaviorNo exception. Actual behavior
Regression?No response Known WorkaroundsNo response ConfigurationDotNet 7.0.100 Other informationNo response
|
Triage: I was able to reproduce it (though I had to wait for some time before that happened). |
I think this is similar to this test issue: #81944 |
Description
QuicStream.WriteAsync
can throw if the remote stream is disposed after reading the data. I don't expectWriteAsync
to throw if the data is successfully sent.Reproduction Steps
Run the attached test case: quicwriteexception.zip
Expected behavior
No exception.
Actual behavior
WriteAsync
raisesSystem.Net.Quic.QuicException: Stream aborted by peer (0)
.Regression?
No response
Known Workarounds
No response
Configuration
DotNet 7.0.100
Other information
No response
The text was updated successfully, but these errors were encountered: