-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels