graphql-dotnet / graphql-dotnet/graphql-client
Invalid Cast Exception when using Subscriptions
Open
- Dominant language
- C#
- Stars
- 648
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
I have been running into System.InvalidCastException when trying to set up a GraphQL subscription. I have tracked the error occuring to line 318 of GraphQLHttpWebSocket in the repo:
`var certs = ((HttpClientHandler)Options.HttpMessageHandler).ClientCertificates;`
I am using .NET Maui and am not entirely sure if I am doing something wrong or if it is a MAUI or repo issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.