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 #148 leaving domain sockets open #190

Merged
merged 2 commits into from
Feb 14, 2013
Merged

Fix #148 leaving domain sockets open #190

merged 2 commits into from
Feb 14, 2013

Conversation

gaige
Copy link
Contributor

@gaige gaige commented Feb 14, 2013

In order to make sure the domain socket closes, we need to close() the
socket server itself, which requires paying attention to its creation
and subsequently closing the listener when Instruments quits from under us.

In order to make sure the domain socket closes, we need to close() the
socket server itself, which requires paying attention to its creation
and
@jlipps
Copy link
Member

jlipps commented Feb 14, 2013

looks great; can you add

this.socketServer = null;

or something similar in the constructor? it's sort of a semi-convention i've been using for semi-OO-ness

@gaige
Copy link
Contributor Author

gaige commented Feb 14, 2013

Yep...

In order to make sure the domain socket closes, we need to close() the
socket server itself, which requires paying attention to its creation
and
jlipps added a commit that referenced this pull request Feb 14, 2013
Fix #148 leaving domain sockets open
@jlipps jlipps merged commit 7bb3ee5 into appium:master Feb 14, 2013
dpgraham pushed a commit to dpgraham/appium that referenced this pull request Oct 1, 2018
dpgraham pushed a commit to dpgraham/appium that referenced this pull request Nov 7, 2018
boneskull pushed a commit to boneskull/appium that referenced this pull request May 17, 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