globocom / hlsclient

Python HLS Client
Other
105 stars 21 forks source link

Rethink call to `lock.release()` #38

Closed hltbra closed 11 years ago

hltbra commented 11 years ago

Nowadays we call lock.release() on KeyboardInterrupt exception, but if we restart by killing hlsclient process or any other way but KeyboardInterrupt, it does not release the lock file.