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

Close up listening servers after the tests #71

Closed
wants to merge 1 commit into from

Conversation

mdp
Copy link

@mdp mdp commented Aug 9, 2013

If we open up a ephemeral port to test on, at the end of the test we
should close it up.

Apparently I deleted the other branch by mistake on #51, and nothing got merged in.

If we open up a ephemeral port to test on, at the end of the test we
should close it up.
this.app.close(fn);
return true;
} else { return false }
};
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not just: if (this._closeCleanup) this.app.close(fn); ?

@gjohnson
Copy link
Contributor

Closing since I haven't heard back.

@gjohnson gjohnson closed this Dec 16, 2013
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