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

A couple minor updates & improvements #31

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

cgobat
Copy link

@cgobat cgobat commented Nov 15, 2024

This PR contains a few miscellaneous fixes/improvements to device.py that I've noticed and made as I've worked with the code. Some of these changes are basically just code cleanup, others have a more concrete impact.

One update of note is that now, the mainloop argument is actually used in .start() and .astart() if it is provided upon instantiation. Previously these methods were reassigning self.mainloop = asyncio.get_running_loop() when called, regardless of whether self.mainloop already existed.

@cgobat
Copy link
Author

cgobat commented Dec 13, 2024

@srswinde just checking, is this project still accepting updates/pull requests?

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

Successfully merging this pull request may close these issues.

1 participant