diversario/node-ssdp

Creating client always ends in "No sockets available, cannot start."

marcmenn opened this issue · 2 comments

if (ipInfo.internal == false && ipInfo.family == "IPv4") {

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

Is this fixed already?