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

Proper Shutdown of Connectors #299

Closed
Pog3k opened this issue May 24, 2023 · 1 comment
Closed

Proper Shutdown of Connectors #299

Pog3k opened this issue May 24, 2023 · 1 comment

Comments

@Pog3k
Copy link
Contributor

Pog3k commented May 24, 2023

There was an issue when used the del method from a connector.
Python lost reference to python builtins like the open command.

To solve this issue we would like to add another method to our Channel Interface

def uninitialize()

Which shall be called before Kiso exits.

@Pog3k
Copy link
Contributor Author

Pog3k commented Aug 2, 2023

New methods added and merged

@Pog3k Pog3k closed this as completed Aug 2, 2023
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

2 participants