Skip to content
Snippets Groups Projects
Commit c08ea1e2 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

worker: call selector.close() to release polling resources

parent 7acec940
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@
signal.signal(signal.SIGINT, oldhandler)
waitforworkers()
signal.signal(signal.SIGCHLD, oldchldhandler)
selector.close()
status = problem[0]
if status:
if status < 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment