Closed hltbra closed 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.
lock.release()
KeyboardInterrupt
hlsclient
Nowadays we call
lock.release()
onKeyboardInterrupt
exception, but if we restart by killinghlsclient
process or any other way butKeyboardInterrupt
, it does not release the lock file.