-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-System.Net.Quicbugtenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)
Milestone
Description
Our QUIC event callbacks should ideally raise exceptions on the next API call/completion, or at the very least log to NetEventSource.
runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/MsQuicConnection.cs
Lines 158 to 163 in 5c6f5b1
| catch (Exception) | |
| { | |
| // TODO we may want to either add a debug assert here or return specific error codes | |
| // based on the exception caught. | |
| return MsQuicStatusCodes.InternalError; | |
| } |
Metadata
Metadata
Assignees
Labels
area-System.Net.Quicbugtenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)