Closed
Description
I'm using the accounts-facebook to login my application and i noticed methods are not being called when being disconnected and reconnecting to a meteor application.
Steps to reproduce:
- Login using facebook account.
- Turn off the WIFI network (disconnects from the internet).
- Call a method using Meteor.call
- Turn on the WIFI network.
In this scenario (which is quite common) meteor tries to reconnect and login again in the background, but the old method calls and the new method calls are not executed.