watson / bonjour

A Bonjour/Zeroconf protocol implementation in JavaScript
MIT License
627 stars 146 forks source link

Bonjour publish error at TicksAndRejections #70

Open RichardFoss opened 3 years ago

RichardFoss commented 3 years ago

Hi, I have created a server application, that uses bonjour.publish(ops). I build the application with the help of webpack. The application runs fine, but I get this error message logged about every second:

internal/process/task_queues.js:80 Uncaught TypeError: undefined is not a function at at processTicksAndRejections (internal/process/task_queues.js:80)

Any ideas about what this message might derive from? When I comment out the bonjour.publish(opt) statement, the message does not appear.