-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
GroundDB is causing an endless re-subscribe loop #152
Comments
I've released |
We tested it today, but the issue is still there. |
So do I, just downloaded and installed v2rc4 and all my template level subscriptions are re-subscribing endlessly. @raix any guidance will be very much appreciated. Thanks. i'm using this packages:
|
@raix I have the same problem on Android. If you want a repro: 1- create a new app with meteor
3- add the grounddb package You will see:
|
is this also happening on 2.0.0-rc.5? |
Indeed, dispatch:kernel@0.0.6 alone leads to this issue. This is the same issue as DispatchMe/meteor-kernel#5 |
@dagatsoin @raix I tried with fixed dispatch:Kernel . No luck It still going in endless loop. I am having a same problem My page refreshes endlessly. I tried ground:db@0.3.15 as well as deeeed:grounddb2. Same issue with both. And I am sure Its the problem of dispatch:kernel . Can you please help me out. |
Could you provide a repro ? It could also be related to the code of the subscribe function (I had this case too). |
@dagatsoin Hey, Thanks for the reply. I can't share my code due to some reason. Sorry for that. But Can you please let me know something about possible issue. So I can check by myself. |
If the app loses connection with the server, when it comes back online it continuously tries to refresh it's data with the server. I went back and found out that this issue started happening with version 3.9 once the switch was made to using the dispatch:kernel package. If you refresh the app, this issue goes away and it just connects once.
The text was updated successfully, but these errors were encountered: