You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an interface has been changed to a different network, it can use a stale multicast address, resulting in an EADDRNOTAVAIL error.
Expected: the interface uses the multicast address for the current network
Actual: the interface uses the multicast address for the first network it saw
Steps to reproduce:
Connect to a wifi network
Start a dnssd browser
Stop the dnssd browser
Connect to a different wifi network
Start a dnssd browser
An error like this is thrown:
Error: setMulticastInterface EADDRNOTAVAIL
at Socket.setMulticastInterface (dgram.js:566:11)
at Socket.eval (webpack:///./node_modules/dnssd/lib/NetworkInterface.js?:238:41)
at Socket.emit (events.js:182:13)
at startListening (dgram.js:128:10)
at state.handle.lookup (dgram.js:249:7)
at process._tickCallback (internal/process/next_tick.js:63:19)
The text was updated successfully, but these errors were encountered:
When an interface has been changed to a different network, it can use a stale multicast address, resulting in an EADDRNOTAVAIL error.
Expected: the interface uses the multicast address for the current network
Actual: the interface uses the multicast address for the first network it saw
Steps to reproduce:
An error like this is thrown:
Error: setMulticastInterface EADDRNOTAVAIL
at Socket.setMulticastInterface (dgram.js:566:11)
at Socket.eval (webpack:///./node_modules/dnssd/lib/NetworkInterface.js?:238:41)
at Socket.emit (events.js:182:13)
at startListening (dgram.js:128:10)
at state.handle.lookup (dgram.js:249:7)
at process._tickCallback (internal/process/next_tick.js:63:19)
The text was updated successfully, but these errors were encountered: