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

[BUGFIX] Add missing bind when server already in use #3518

Merged
merged 2 commits into from Mar 13, 2015
Merged

[BUGFIX] Add missing bind when server already in use #3518

merged 2 commits into from Mar 13, 2015

Conversation

ghost
Copy link

@ghost ghost commented Mar 12, 2015

See 43a8a6d

@ghost ghost changed the title Add missing bind when server already in use [BUGFIX] Add missing bind when server already in use Mar 12, 2015
@ghost
Copy link
Author

ghost commented Mar 12, 2015

Fixes #3519

@rwjblue
Copy link
Member

rwjblue commented Mar 13, 2015

ugh, thank you! Why didn't our tests catch this?

@rwjblue
Copy link
Member

rwjblue commented Mar 13, 2015

@bartocc
Copy link
Contributor

bartocc commented Mar 13, 2015

I just stumbled on this on as well.
+1 for the missing bind

Using `done` was causing the tests to pass erroneously.

Worryingly `expect(false...` will not cause the test to fail.
stefanpenner added a commit that referenced this pull request Mar 13, 2015
[BUGFIX] Add missing bind when server already in use
@stefanpenner stefanpenner merged commit 7d17968 into ember-cli:master Mar 13, 2015
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

3 participants