-
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
[QUIC] Revisit exceptions in Quic #82262
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsWe have several exception issues cropping up for 8.0:
|
It would be also nice to distinguish name resolution errors and define |
We agreed that we should:
We shall document this in some way. Either reach consensus when dotnet/dotnet-api-docs#7840 is resolved, via remarks section or via examples. |
@wfurt is there anything left here? |
While some work related to exceptions remains it is tracked by other issues. We reached agreement on strategy and that fulfills spirit to this issue IMHO |
We have several exception issues cropping up for 8.0:
QuicConnection.ConnectAsync
raisesSocketException
when host not found #78751The text was updated successfully, but these errors were encountered: