Thanks for reply. Here is package.json
"@babel/runtime": "^7.2.0",
"async": "^2.6.2",
"aws-sdk": "^2.308.0",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bootbox": "^4.4.0",
"bootstrap-alerts": "^1.2.2",
"bootstrap-select": "^1.12.4",
"bootstrap-slider": "^9.10.0",
"buffer": "^5.0.8",
"core-decorators": "^0.20.0",
"escape-html": "^1.0.3",
"google-auth-library": "^0.11.0",
"google-id-token-verifier": "^0.2.3",
"googleapis": "^22.2.0",
"gps-util": "^1.0.1",
"html-to-text": "^4.0.0",
"ip": "^1.1.5",
"jquery": "^2.2.3",
"mac-address": "^0.3.0",
"mailparser": "^2.1.0",
"math": "0.0.3",
"meteor-node-stubs": "^0.4.1",
"mikronode": "^2.3.6",
"moment": "^2.19.1",
"moment-timezone": "^0.5.14",
"mongodb_s3_backup": "^0.0.8",
"net-snmp": "^1.2.0",
"node-email-reply-parser": "^0.1.1",
"node-ssh": "^5.0.0",
"nodemailer": "^4.4.0",
"p-all": "^1.0.0",
"p-any": "^1.1.0",
"p-series": "^1.1.0",
"p-wait-for": "^1.0.0",
"p-whilst": "^1.0.0",
"ping": "^0.2.2",
"querystring": "^0.2.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"rxjs": "^5.5.7",
"scp2": "^0.5.0",
"simpl-schema": "^0.4.0",
"ssh2": "^0.5.5",
"stripe": "^5.3.0",
"tcp-ping": "^0.1.1",
"underscore": "^1.8.3",
"uservoice": "^0.4.1"
And .meteor/packages
insecure@1.0.7
less@2.8.0
jquery@1.11.10
accounts-google@1.3.2
mizzao:user-status
service-configuration@1.0.11
peerlibrary:aws-sdk
email@1.2.3
mrt:moment
mrt:moment-timezone
percolatestudio:synced-cron
accounts-ui@1.3.1
mrt:cookies
thepumpinglemma:cookies
froatsnook:sleep
percolate:find-from-publication
tmeasday:publish-counts
reactive-var@1.0.11
sacha:spin
reywood:publish-composite
standard-minifier-css@1.5.2
standard-minifier-js@2.4.0
ecmascript@0.12.4
shell-server@0.4.0
google-config-ui@1.0.1
matb33:collection-hooks
summernote:summernote
dynamic-import@0.5.0
mouse0270:bootstrap-notify
kookoskar:bootstrap-select
es5-shim@4.8.0
mdg:validated-method
aldeed:collection2-core@2.0.1
kadira:blaze-layout
kadira:flow-router
didericis:callpromise-mixin
dburles:google-maps
dburles:collection-helpers
meteorhacks:picker
tap:i18n
ostrio:files
momentjs:moment
http
Do you suspect any package is causing this issue?
I have not been able to reproduce the problem in last 3 days, so cant verify other things you have mentioned like Meteor.disconnect, setting breakpoint in load/unload, and XHR requests.
Thanks