Skip to content

Using the scheduler API prevents plugins from being disabled correctly #166

@CapacitorSet

Description

@CapacitorSet

See eg. RSS.

The reason for this is that while the plugin itself is removed from memory, it still keeps a listener like Scheduler.on(<eventName>, () => this.sendMessage("...")). It should be removed in stop() instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions