Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataLoaders never dispatched for subscriptions #2062

Open
schroda opened this issue Dec 7, 2024 · 0 comments
Open

DataLoaders never dispatched for subscriptions #2062

schroda opened this issue Dec 7, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@schroda
Copy link

schroda commented Dec 7, 2024

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 expected

To Reproduce
Steps to reproduce the behavior. Please provide:

Expected behavior
The DataLoaders should get dispatched

@schroda schroda added the type: bug Something isn't working label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Development

No branches or pull requests

1 participant