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

GraphQL memory leak #678

Closed
HeyItsJs opened this issue Jan 31, 2020 · 1 comment
Closed

GraphQL memory leak #678

HeyItsJs opened this issue Jan 31, 2020 · 1 comment
Assignees
Labels
🐛 bug Something isn't working
Milestone

Comments

@HeyItsJs
Copy link
Contributor

Describe the bug

The processQueryResult method utils/graphql/helpers.go is not closing the wait group for __typename field. As a result, the query is waiting independently.

Expected behaviour

wait group should be closed properly and the client should get a response in time

Actual behaviour

Client gets stuck in a pending state indefinitely

Your environment

  • Space Cloud version: v0.15.3

If this bug restricts your use of space-cloud, give it a thumbs up reaction, so that we can determine which bugs need to be fixed immediately.
👍

@HeyItsJs HeyItsJs added 🐛 bug Something isn't working backend labels Jan 31, 2020
@HeyItsJs HeyItsJs self-assigned this Jan 31, 2020
@HeyItsJs HeyItsJs added this to the v0.16.0 milestone Jan 31, 2020
@YourTechBud
Copy link
Collaborator

Fixed in v0.16.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants