Skip to content

Commit

Permalink
got no done
Browse files Browse the repository at this point in the history
  • Loading branch information
nomilous committed Nov 2, 2016
1 parent 85f77f4 commit a76b9c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/c8_listen.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@ describe('c8_deferred_listen', function () {
console.log(happnInstance.server.address()); // { address: '0.0.0.0', family: 'IPv4', port: 55000 }
console.log(httpServer.address()); // { address: '::', family: 'IPv6', port: 55000 }

// apparently that's possible on windows (2012 server)
// apparently that's possible on node v4 / windows (2012 server)
// - listening at '0.0.0.0' works even if something else is already at unspecified ('0.0.0.0' + '::')

return done();
return callback();
}

//cannot listen
Expand Down

0 comments on commit a76b9c4

Please sign in to comment.