Anjani icon indicating copy to clipboard operation
Anjani copied to clipboard

[BUG]: following plugin listener method are not called after `unload_plugin`

Open MrMissx opened this issue 1 year ago • 0 comments

What command did you use to create the bug? (if relevant)

No response

Describe the Bug

When unloading plugin by calling unload_plugin on a listener, the next plugin listener (that should run) are skipped.

image

Step to Reproduce

  1. call unload_plugin on any event listener on_load, on_start, etc.
  2. the next (sequentially) plugin listener will not get called

Expected Behavior

All next listener should keep being called/run

Logs (if any)

No response

MrMissx avatar Aug 26 '24 15:08 MrMissx