Meteor OAuth is taking a long time over LTE / 4g / 3g -


I recently released LinkedIn Oath on my meteor mobile. I am running LTE / 4G / 3G for long time in 12-20 second log time. Login to WiFi takes place around 1 second.

Some users are reporting that logging in spinner spins for 10 seconds and then closes, but I can not repeat it on my phone

Do anyone have any problem before this? How can you publish it fast for future reference?

render:

  // servers Meteor.publish ("loginConfig ", Function () {return Accounts.loginServiceConfiguration.find ();}); // Client root this.route ('home', {path: '/', fastreender: true, waitOn: function ()} Return Meteor.subscribe ('loginConfig');}});  

Comments

Popular posts from this blog

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -