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

Constant 100% CPU usage #47

Closed
anna-is-cute opened this issue Feb 28, 2019 · 2 comments
Closed

Constant 100% CPU usage #47

anna-is-cute opened this issue Feb 28, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@anna-is-cute
Copy link

Whenever Fluffy is open, it consumes 100% of one CPU. This is due to your main loop, it looks like.

You could sleep 16ms when necessary (60fps) or block on receiving an event in the loop to solve the issue, but I'm not familiar enough with the project to say which is best.

@fourminute
Copy link
Owner

Known issue, unsure about how to fix it properly. Threading in Python isn't necessarily my strong suit, I'll admit. It may get fixed in the future.

@fourminute fourminute self-assigned this Feb 28, 2019
@fourminute fourminute added the bug Something isn't working label Feb 28, 2019
@anna-is-cute
Copy link
Author

Was this fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants