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
Describe the bug
In case a DataLoader gets used in a subscription, the DataLoader never gets dispatched, thus, the subscription is stuck and doesn't send any data
I've found graphql-java/graphql-java#3662 which has been fixed with graphql-java v22.2, however, graphql-kotlin uses v22.1
We've manually updated to the latest grapqhl-java version (com.graphql-java:graphql-java:22.3, com.graphql-java:graphql-java-extended-scalars:22.0) and with it it's working as expected
To Reproduce
Steps to reproduce the behavior. Please provide:
Library Version
8.2.1
Describe the bug
In case a DataLoader gets used in a subscription, the DataLoader never gets dispatched, thus, the subscription is stuck and doesn't send any data
I've found graphql-java/graphql-java#3662 which has been fixed with graphql-java v22.2, however, graphql-kotlin uses v22.1
We've manually updated to the latest grapqhl-java version (
com.graphql-java:graphql-java:22.3
,com.graphql-java:graphql-java-extended-scalars:22.0
) and with it it's working as expectedTo Reproduce
Steps to reproduce the behavior. Please provide:
Expected behavior
The DataLoaders should get dispatched
The text was updated successfully, but these errors were encountered: