balena-os / balena-supervisor

Balena Supervisor: balena's agent on devices.
https://balena.io
Other
148 stars 63 forks source link

Fix broken mdns resolver and add tests #2311

Closed pipex closed 5 months ago

pipex commented 5 months ago

The mdns-resolver module does not provide a default export. Trying to use a default import notation, causes the resolve function to not be found, breaking MDNS resolution.

Change-type: patch

pipex commented 5 months ago

I self-certify!