Commit 0c2f2af5 authored by Anael Beutot's avatar Anael Beutot Committed by Antoine Millet
Browse files

Use pyev default loop in client loop for handling of SIGCHLD

parent d1d35797
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ class MainLoop(object):
        # configure logging
        self.configure_logging()

        self.evloop = pyev.Loop(debug=self.config.debug)
        self.evloop = pyev.default_loop(debug=self.config.debug)

        # keeps track of libev loop thread, create threading queue and an async
        # watcher for performing work in libev thread from external thread