Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants