We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A fix for this thread: sendgrid/sendgrid-csharp#259 (comment)
It appears that this call to .Result is misplaced: https://github.com/sendgrid/csharp-http-client/blob/master/CSharpHTTPClient/Client.cs#L245
The text was updated successfully, but these errors were encountered:
#9 Async await fix
391b060
ac4602f
Version Bump v3.0.0: BREAKING CHANGE - async fix #9
92f16b7
No branches or pull requests
Issue Summary
A fix for this thread: sendgrid/sendgrid-csharp#259 (comment)
Steps to Reproduce
It appears that this call to .Result is misplaced: https://github.com/sendgrid/csharp-http-client/blob/master/CSharpHTTPClient/Client.cs#L245
Technical details:
The text was updated successfully, but these errors were encountered: