send again even if in queue
This commit is contained in:
@ -405,6 +405,8 @@ class DNSResolver(object):
|
||||
self._cb_to_hostname[callback] = hostname
|
||||
else:
|
||||
arr.append(callback)
|
||||
# TODO send again only if waited too long
|
||||
self._send_req(hostname, QTYPE_A)
|
||||
|
||||
def close(self):
|
||||
self._sock.close()
|
||||
|
Reference in New Issue
Block a user