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
node-ssdp/lib/index.js
Line 165 in 0756bd0
Node 18 changed type of family to number, so this will always result in Error No sockets available, cannot start.
family
Possible fix: https://github.com/SuiOni/node-ssdp/commit/532022d170a568397d7db0fbbb306fbac1d8376e
The text was updated successfully, but these errors were encountered:
Is this fixed already?
Sorry, something went wrong.
This is fixed in Node v18.4, see https://github.com/nodejs/node/blob/v18.4.0/lib/os.js
Successfully merging a pull request may close this issue.
node-ssdp/lib/index.js
Line 165 in 0756bd0
Node 18 changed type of
family
to number, so this will always result in Error No sockets available, cannot start.Possible fix: https://github.com/SuiOni/node-ssdp/commit/532022d170a568397d7db0fbbb306fbac1d8376e
The text was updated successfully, but these errors were encountered: