-
-
Notifications
You must be signed in to change notification settings - Fork 111
[BUG]: following plugin listener method are not called after unload_plugin #538
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededscope: coreAnjani core relatedAnjani core relatedtype: bugSomething isn't workingSomething isn't working
Description
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.
Step to Reproduce
- call
unload_pluginon any event listeneron_load,on_start, etc. - the next (sequentially) plugin listener will not get called
Expected Behavior
All next listener should keep being called/run
Logs (if any)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededscope: coreAnjani core relatedAnjani core relatedtype: bugSomething isn't workingSomething isn't working
