Closed vbraun closed 8 months ago
fdReadDupClose only occurs on one line, seems like it was left in accidentally
def read_timeout_handler(_signum, _frame): self._log(f"acquire: read timeout") > fdReadDupClose() E NameError: name 'fdReadDupClose' is not defined
Only triggered when a SIGALARM is received, so thats why it doesn't fail all the time
fdReadDupClose only occurs on one line, seems like it was left in accidentally
Only triggered when a SIGALARM is received, so thats why it doesn't fail all the time