Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MrMissx opened this issue Aug 26, 2024 · 0 comments
Open
Labels
help wanted Extra attention is needed scope: core Anjani core related type: bug Something isn't working

Comments

@MrMissx
Copy link
Member

MrMissx commented Aug 26, 2024

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 MrMissx added type: bug Something isn't working help wanted Extra attention is needed scope: core Anjani core related labels Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed scope: core Anjani core related type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant