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
when i use ExchangeParallel to query a domain like the following code:
dnsReply, dnsResolved, err := upstream.ExchangeParallel(Ups, &query01)
but some situation bad happens:
the err is nil, the dnsReply and dnsResolved is not nil, but the anser in dnsReplay is empty like the picture:
so i think this is a bug, and i advise to fix it
The text was updated successfully, but these errors were encountered:
when i use ExchangeParallel to query a domain like the following code:
dnsReply, dnsResolved, err := upstream.ExchangeParallel(Ups, &query01)
but some situation bad happens:
the err is nil, the dnsReply and dnsResolved is not nil, but the anser in dnsReplay is empty like the picture:
so i think this is a bug, and i advise to fix it
The text was updated successfully, but these errors were encountered: