We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
If I try to instantiate this multiple times I'll get a ton of open files to my i2c:
lrwx------ 1 root root 64 Dec 15 11:56 14 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 15 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 16 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 17 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 18 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 19 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 2 -> /dev/tty60 lrwx------ 1 root root 64 Dec 15 11:56 20 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 21 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 22 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 23 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 24 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 25 -> /dev/i2c-2 lrwx------ 1 root root 64 Dec 15 11:56 26 -> /dev/i2c-2
Is there a way to properly destruct this so it will close all files? I tried del on the object without success.
del
Thank you.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello,
If I try to instantiate this multiple times I'll get a ton of open files to my i2c:
Is there a way to properly destruct this so it will close all files? I tried
del
on the object without success.Thank you.
The text was updated successfully, but these errors were encountered: