fix(bridge): prefer bonjour TXT displayName

This commit is contained in:
Peter Steinberger
2025-12-13 18:31:06 +00:00
parent 537c515dde
commit 3b853b329f
4 changed files with 47 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ enum BridgeEndpointID {
let normalizedName = Self.normalizeServiceNameForID(name)
return "\(type)|\(domain)|\(normalizedName)"
default:
String(describing: endpoint)
return String(describing: endpoint)
}
}