python-capturer icon indicating copy to clipboard operation
python-capturer copied to clipboard

Set timeout for started_event

Open sonjaer opened this issue 4 years ago • 0 comments

If the forked process dies for some reason before started_event.set() is called the parent process will hang on started_event.wait(). This adds a timeout to started_event.wait() to avoid the parent process hanging.

sonjaer avatar Feb 17 '21 15:02 sonjaer