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
Remove unneeded feature flags and pass cancellationToken to DNS request (#1290)
* remove unneeded feature flags
FEATURE_SOCKET_EAP and FEATURE_DNS_SYNC were set for all
frameworks, so unneeded. The other feature flags were
only used in elif of FEATURE_SOCKET_EAP and FEATURE_DNS_SYNC,
so also unneeded.
* pass cancellationToken to Dns.GetHostAddressesAsync
* Removed DnsAbstractions
0 commit comments