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
LocalNetworkAuthorization: Rework for more reliabilty.
As it turns out, the _remotepairing._tcp service is not always online,
so we better register our own service to make sure the NWBrowser can
actually find something.
precondition(firstRegisteredBonjourServiceType !="unknown","No bonjour service registered in plist. Add the key `NSBonjourServices` to your app's Info.plist file and register a service, e.g. `_lna_check._tcp`.")
35
+
logger.trace("LNA service type is \(firstRegisteredBonjourServiceType)")
0 commit comments