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: broken pipe after cleanup process #12

Merged
merged 1 commit into from
Aug 27, 2019

Conversation

fermentfan
Copy link
Contributor

@fermentfan fermentfan commented Mar 10, 2019

the cleanup process didn't clean up the pipe from the pipes array that
contains the pipe to the subprocess of the thermostat. This resulted in
a "broken pipe" error as it was sending commands to the old pipe after
rediscovering the device.

Issue: Closes #10

the cleanup process didn't clean up the pipe from the pipes array that
contains the pipe to the subprocess of the thermostat. This resulted in
a "broken pipe" error as it was sending commands to the old pipe after
rediscovering the device.
Copy link
Contributor

@scheilch scheilch left a comment

Choose a reason for hiding this comment

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

This fix should be merged

Copy link

@riederd riederd left a comment

Choose a reason for hiding this comment

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

Yes, this works fine and fixes the broken pipe issue.

@ralphm2004 ralphm2004 merged commit 9dd3713 into ralphm2004:master Aug 27, 2019
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.

Broken pipe
4 participants