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

gRPC client update to read protocol error from new .NET 6 exceptions #1241

Closed
JamesNK opened this issue Mar 15, 2021 · 1 comment
Closed
Labels
enhancement New feature or request
Milestone

Comments

@JamesNK
Copy link
Member

JamesNK commented Mar 15, 2021

.NET 6 will expose RST_STREAM values with exceptions: dotnet/runtime#43239

Use this value to better calculate the failing StatusCode.

@JamesNK JamesNK added the enhancement New feature or request label Mar 15, 2021
@JamesNK JamesNK changed the title Read protocol error from exceptions in .NET 6 gRPC client update to read protocol error from new .NET 6 exceptions Mar 15, 2021
@JamesNK JamesNK added this to the 6.0 milestone Mar 19, 2021
@JamesNK JamesNK modified the milestones: 6.0, 7.0 Nov 22, 2021
@JamesNK JamesNK modified the milestones: 7.0, 8.0 Nov 29, 2022
@JamesNK JamesNK removed the blocked label Dec 27, 2022
@JamesNK
Copy link
Member Author

JamesNK commented Dec 27, 2022

Done in #1803

@JamesNK JamesNK closed this as completed Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants