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

Polling queries stop if you call refetch() on them #239

Closed
ciwolsey opened this issue May 24, 2016 · 4 comments
Closed

Polling queries stop if you call refetch() on them #239

ciwolsey opened this issue May 24, 2016 · 4 comments
Labels

Comments

@ciwolsey
Copy link
Contributor

I noticed that if I set a pollInterval on a query, but also try to refresh it manually by calling refetch(), the polling is stopped.

@stubailo
Copy link
Contributor

Thanks for reporting an issue! If you want to help us fix the bug, the next step would be to submit a PR with a failing test for the issue. It seems like it should go into the tests for QueryManager.

helfer pushed a commit that referenced this issue Jun 11, 2016
…239) (#242)

* Add test for QueryManager continuing to poll after refetch (re issue #239)

* Fix for #239

* Fix linter error in test
@javascriptlove
Copy link

Is this going to be in next version (0.3.14)?

@stubailo
Copy link
Contributor

Yes!

@stubailo
Copy link
Contributor

This should be fixed now.

jbaxleyiii pushed a commit that referenced this issue Oct 17, 2017
Remove outdated branching docs.
jbaxleyiii pushed a commit that referenced this issue Oct 18, 2017
Updated incorrect link to Mutations: Update
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants