graphql-dotnet / graphql-dotnet/graphql-client
Subscription Fails silently when using InitPayload
Open
- Dominant language
- C#
- Stars
- 648
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
When using these websocket options, subscriptions fail silently without any error. Is this the correct usage?
```c-sharp
client.Options.ConfigureWebSocketConnectionInitPayload = o =>
new Dictionary
{
{"X-DUG-Auth", "XXXXXXXXXXXXXX"}
};
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.