graphql-dotnet / graphql-dotnet/graphql-client

Subscription Fails silently when using InitPayload

Open
#313 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.