Hello, I can't resolve any services. Can you please help me with this?
My code:
mDnsSd.discover({
name: "_kitchen._tcp.",
}).then((device_list) => {
console.log(device_list);
}).catch((error) => {
console.error(error);
});
Output is empty array, but I know that service is running

I am using electron: 11.4.6
Hello, I can't resolve any services. Can you please help me with this?
My code:
Output is empty array, but I know that service is running

I am using electron: 11.4.6