You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the sample code above subscription messages will be received in NitroUI.
When redis subscription is used (please un comment line 14 in program.cs) no messages are received.
What is expected?
For InMemorySubscriptions or RedisSubscriptions messages with union types should be sent.
What is actually happening?
When using redis subscriptions union types are not being sent.
(Union type is a field in a parent type)
Relevant log output
Microsoft.AspNetCore.Server.Kestrel.Connections: Debug: Connection id "0HNCOPU3VU98T" accepted.
Microsoft.AspNetCore.Server.Kestrel.Connections: Debug: Connection id "0HNCOPU3VU98T" started.
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET http://localhost:5095/graphql - - -
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: 1 candidate(s) found for the request path '/graphql'
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: Endpoint 'Hot Chocolate GraphQL Pipeline' with route pattern '/graphql/{**slug}' is valid for the request path '/graphql'
Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Debug: Request matched endpoint 'Hot Chocolate GraphQL Pipeline'
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executing endpoint 'Hot Chocolate GraphQL Pipeline'
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executed endpoint 'Hot Chocolate GraphQL Pipeline'
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished HTTP/1.1 GET http://localhost:5095/graphql - 101 - - 27.1310ms
Microsoft.AspNetCore.Server.Kestrel.Connections: Debug: Connection id "0HNCOPU3VU98U" accepted.
Microsoft.AspNetCore.Server.Kestrel.Connections: Debug: Connection id "0HNCOPU3VU98T" disconnecting.
Microsoft.AspNetCore.Server.Kestrel.Connections: Debug: Connection id "0HNCOPU3VU98U" started.
Microsoft.AspNetCore.Server.Kestrel.Connections: Debug: Connection id "0HNCOPU3VU98T" stopped.
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET http://localhost:5095/graphql - - -
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Debug: Connection id "0HNCOPU3VU98T" sending FIN because: "The Socket transport's send loop completed gracefully."
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: 1 candidate(s) found for the request path '/graphql'
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: Endpoint 'Hot Chocolate GraphQL Pipeline' with route pattern '/graphql/{**slug}' is valid for the request path '/graphql'
Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Debug: Request matched endpoint 'Hot Chocolate GraphQL Pipeline'
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executing endpoint 'Hot Chocolate GraphQL Pipeline'
Additional context
I am using Azure cache for redis.
When running using inMemory vs redis logs look identical at debug level.
No errors are shown anywhere.
Using redis subscriptions:
Using inMemorySubscriptions:
The text was updated successfully, but these errors were encountered:
Product
Hot Chocolate
Version
15.1.5
Link to minimal reproduction
https://github.com/danCarTrim/HC-Union-Redis-Issue
Steps to reproduce
When running the sample code above subscription messages will be received in NitroUI.
When redis subscription is used (please un comment line 14 in program.cs) no messages are received.
What is expected?
For InMemorySubscriptions or RedisSubscriptions messages with union types should be sent.
What is actually happening?
When using redis subscriptions union types are not being sent.
(Union type is a field in a parent type)
Relevant log output
Additional context
I am using Azure cache for redis.
When running using inMemory vs redis logs look identical at debug level.
No errors are shown anywhere.
Using redis subscriptions:

Using inMemorySubscriptions:

The text was updated successfully, but these errors were encountered: