graphql-dotnet / graphql-dotnet/graphql-client
Issue with subscriptions with a depth greater than 20.
Open
- Dominant language
- C#
- Stars
- 648
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
When I have a subscription which has more than 20 associations it is failing. If I use graphql playground the subscription is completing correctly. Also just to note I have switched out different associations and also run the same subscription as a query, and use ExecuteQuery and it has worked.
I am getting the below error:
```
Object reference not set to an instance of an object.
```
with the stacktrace:
```
at GraphQL.Client.Http.Websocket.GraphQLHttpWebSocket.d__39.MoveNext()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.