We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Windows 10, if the network cable is unplugged it won't return back that interface.
This is a known issue with the Node.js os.networkInterfaces: nodejs/node#498
In windows if I do ipconfig /all it returns even those interfaces where the cable is unplugged.
What I tried: macaddress.all(function (err, macs) { });
Here macs won't contain the one without a plugged cable.
The text was updated successfully, but these errors were encountered:
scravy
When branches are created from issues, their pull requests are automatically linked.
On Windows 10, if the network cable is unplugged it won't return back that interface.
This is a known issue with the Node.js os.networkInterfaces:
nodejs/node#498
In windows if I do ipconfig /all it returns even those interfaces where the cable is unplugged.
What I tried:
macaddress.all(function (err, macs) {
});
Here macs won't contain the one without a plugged cable.
The text was updated successfully, but these errors were encountered: