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 subscription for an update. (#6868) #6935

Merged
merged 1 commit into from
Nov 23, 2020

Conversation

JatinDev543
Copy link
Contributor

@JatinDev543 JatinDev543 commented Nov 20, 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

Docs Preview: Dgraph Preview

…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 20, 2020
@netlify
Copy link

netlify bot commented Nov 20, 2020

Deploy preview for dgraph-docs ready!

Built with commit b7b312b

https://deploy-preview-6935--dgraph-docs.netlify.app

Copy link
Contributor

@abhimanyusinghgaur abhimanyusinghgaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @MichaelJCompton and @pawanrawal)

@JatinDev543 JatinDev543 merged commit 430376f into release/v20.07 Nov 23, 2020
@JatinDev543 JatinDev543 deleted the cherry-Pick/GRAPHQL-764 branch November 23, 2020 14:04
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