niccokunzmann / python_dhcp_server

a dhcp server in python
MIT License
91 stars 32 forks source link

Update dhcp.py #8

Closed vitormhenrique closed 5 years ago

vitormhenrique commented 5 years ago

Fix issue where DelayWorker would keep the server from closing if the queue is empty (issue #7).

niccokunzmann commented 5 years ago

Thanks for taking care of issue #7.