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
In Windows, if the network interface provided to the call of ZeroconfResolver.ResolveAsync does not support NetworkInterfaceComponent.IPv4, a System.Net.NetworkInformation.NetworkInformationException will be thrown within the call at
This should to be documented, otherwise, the exception should better to be handled so that the exception of one interface will not abort the operations on the rest of the interface the caller requested on.