gorakhargosh / watchdog

Python library and shell utilities to monitor filesystem events.

Home Page:http://packages.python.org/watchdog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventDebouncer doesn't respect timing after the first batch

ivg opened this issue · comments

In addition to #997 after the first batch of events is sent the debouncer enters a potentially infinite wait on the conditional variable without any timeout.