Skip to content

Commit 1fbfb65

Browse files
one last comment (maybe)
1 parent 4e11744 commit 1fbfb65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python_testing/mdns_discovery/mdns_async_service_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ def build_outgoing(as_qu: bool) -> DNSOutgoing:
117117

118118
while not self._is_complete:
119119
now = current_time_millis()
120+
121+
# Deadline reached before record was found
120122
if now >= deadline_ms:
121123
return False
122124

0 commit comments

Comments
 (0)