You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 instop()
instead.The text was updated successfully, but these errors were encountered: