Skip to content

Commit

Permalink
修复一处cpu泄露
Browse files Browse the repository at this point in the history
  • Loading branch information
zn-chen committed Jul 6, 2021
1 parent d5e5b8f commit dd31cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arptool/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ def set_result_callback(msg, _):
result = await wait_for(future, timeout)
except TimeoutError:
result = None
recv_task.cencal()
return result

0 comments on commit dd31cc3

Please # to comment.