Skip to content

Calling methods while being offline are never executed #538

Closed
@Mas-Tool

Description

@Mas-Tool

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:

  1. Login using facebook account.
  2. Turn off the WIFI network (disconnects from the internet).
  3. Call a method using Meteor.call
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmedWe want to fix or implement it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions