I find that whenever I modulus deploy
my app, after it has uploaded to apply the new changes the app throws some connection errors in the console due to it being restarted.
Is there a way to update deployed meteor apps without having the entire app restart in production?
It looks like whenever I change one line of code i need to redeploy the entire app. I can live with that for now but main issue is the restarting whenever an update is made.
Any Ideas?