-
Notifications
You must be signed in to change notification settings - Fork 80
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
Refresh requires App restart #127
Comments
If it may help in debugging, when calling Meteor methods on server, it runs fine (generating logs) but the return result never makes it to the client. So likely a DDP issue. |
Hi, do you have solution for this? I'm planning to use this plugin with our mobile app, and don't want mobile app to be stacked because of this issue thanks |
We do have a solution, stay away from this library. After digging deeper it's a hack and not suitable for a production app. Check out my repos, we have setup for professional-grade deployment. |
@ramezrafla hello, the professional-grade you mentioned is one of the option for meteor-deployment repo? or have you got any better idea for this issue? |
Everything is working great with this library (well done btw, the code is super cool) -- well almost, hence this issue.
Strange, no? Any insight would be appreciated.
The text was updated successfully, but these errors were encountered: