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

How to unload a plugin? #703

Open
furesoft opened this issue Apr 12, 2024 · 3 comments
Open

How to unload a plugin? #703

furesoft opened this issue Apr 12, 2024 · 3 comments

Comments

@furesoft
Copy link

I am wondering how could I unload a pülugin and call a special funktion on unloading to cleanup some registrations in my app.

@nilslice
Copy link
Member

Hey @furesoft, which Host language SDK are you using?

@furesoft
Copy link
Author

dotnet

@mhmd-azeez
Copy link
Collaborator

@furesoft Plugin implements IDisposable in the .NET SDK, disposing it should release all resources held by the plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants