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

fix(GraphQL): This PR fixes issue of multiple responses in a subscrption for an update. (#6868) #6879

Merged
merged 1 commit into from
Nov 11, 2020

Conversation

JatinDev543
Copy link
Contributor

@JatinDev543 JatinDev543 commented Nov 11, 2020

Fixes GRAPHQL-764
If we start and Terminate multiple subscriptions and at the end start a new subscription with a 1-second duration between each terminate and start then for any update we were getting multiple responses for the last running subscription whereas we should be getting the only one response.

Co-authored-by: Pawan Rawal [email protected]
(cherry picked from commit 734bbe1)


This change is Reviewable

…tion for an update. (#6868)

Fixes GRAPHQL-764
If we start and Terminate multiple subscriptions and at the end start a new subscription with a 1-second duration between each terminate and start then for any update we were getting multiple responses for the last running subscription whereas we should be getting the only one response.

Co-authored-by: Pawan Rawal <[email protected]>
(cherry picked from commit 734bbe1)
@github-actions github-actions bot added the area/graphql Issues related to GraphQL support on Dgraph. label Nov 11, 2020
@JatinDev543 JatinDev543 merged commit d80d51b into release/v20.11 Nov 11, 2020
@JatinDev543 JatinDev543 deleted the jatin/cherryPick-GRAPHQL-764 branch November 11, 2020 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/graphql Issues related to GraphQL support on Dgraph.
Development

Successfully merging this pull request may close these issues.

2 participants