mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
03f0f11f8b
This is an improvement over the scan, join and leave commands removing flakiness when searching over different networks. In short, instead of leaving bonjour to search across all interfaces, we forcebly conduct a search on each interface, this requires mDNS binding any ipv4 interface (0.0.0.0), otherwise it would bind over the interface itself, which is not desired as it causes services to only be able to receive information over that interface, see [mafintosh/multicast-dns#53](https://github.com/mafintosh/multicast-dns/issues/53). This targeted approach enhances the reliability and accuracy of network searches, reducing instances of missed connections or network errors typically caused by flakiness when relying on bonjour's default behavior. Change-type: patch |
||
---|---|---|
.. | ||
auth | ||
commands | ||
framework | ||
hooks | ||
utils | ||
app.ts | ||
command.ts | ||
config.ts | ||
deprecation.ts | ||
errors.ts | ||
events.ts | ||
fast-boot.ts | ||
global.d.ts | ||
help.ts | ||
preparser.ts |