alexreinert/ARSoft.Tools.Net

DnsClient.Default.ResolveAsync is returning null while DnsClient.Default.Resolve is returing results correctly

Closed this issue · 1 comments

I am using to get the txt records but it is returning null.
DnsMessage dnsMessage = await DnsClient.Default.Resolve(DomainName.Parse("google.com"), RecordType.Txt)

while non async version
DnsMessage dnsMessage = DnsClient.Default.Resolve(DomainName.Parse("google.com"), RecordType.Txt) working fine.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.