pmwisdom / meteor-background-geolocation-services

Cordova Background Geolocation For Android and iOS with pure javascript callbacks
12 stars 12 forks source link

Do not update (no web-socket connection) in background state on iOS #5

Open ironmanromeo opened 7 years ago

ironmanromeo commented 7 years ago

https://vimeo.com/182377692

ironmanromeo commented 7 years ago

in the video I accidentally made Meteor.connect() in place of Meteor.reconnect(). With the second command still no connection is awaken.

pmwisdom commented 7 years ago

@ironmanromeo This doesn't happen when the plugin isn't installed? I couldn't think of any reason that the plugin would be destroying the meteor socket unless something in your javascript callback from the plugin is at fault.

ironmanromeo commented 7 years ago

I think so. I'm trying to reproduce the error.