Closed joshschmelzle closed 3 years ago
Looks like I need to refactor the processes for graceful shutdown when this occurs. Something like this may work: https://stackoverflow.com/questions/1231599/python-multiprocessing-exit-elegantly-how
Done in f915db2b6332f5c170f1bdd669419580ce251e3f
profiler2 version 0.0.1.dev1
when WLAN NIC is removed an OSError is thrown. handle exception and gracefully shut down. otherwise, user is forced to manually send SIGINT/Ctrl-C.