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 windows 10 support #42

Merged
merged 2 commits into from
Oct 17, 2016
Merged

Fix windows 10 support #42

merged 2 commits into from
Oct 17, 2016

Commits on Oct 17, 2016

  1. Fix windows 10 support

    - Windows 10 native shell(#39) was rebinding to already bound ports. We
      now send a message from a socket client -> server -> client to ensure
      a host + port are actually open
    - Windows 10 bash shell falls back to using 0.0.0.0 as the only host we
      check in order to prevent throwing a syscall error as being tracked here:
      microsoft/WSL#468
    
    fixes: #39
    closes: #41
    fixes: ember-cli/ember-cli#6338
    eriktrom committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    0525a78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab97597 View commit details
    Browse the repository at this point in the history