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

Fix issue where the socket doesn't get forgotten and causes 100% load. #47

Merged
merged 3 commits into from
Oct 24, 2021

Conversation

dob3001
Copy link
Contributor

@dob3001 dob3001 commented Sep 13, 2019

This was a specific bug where the socket (a client connection in this case) wasn't being 'forgotten' and caused 100% cpu load. Using detach seems to cause the socket to be 'forgotten' as part of the main thread that in a 'server' style usage will still be running.

Copy link
Member

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, and apologies for the delayed response merging this.

@freakboy3742 freakboy3742 merged commit e9021ac into beeware:master Oct 24, 2021
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.

None yet

2 participants