Merge pull request #3030 from benoitc/fix-ghthread

fix gthread worker
This commit is contained in:
Benoit Chesneau 2023-07-18 14:28:44 +02:00 committed by GitHub
commit 83c3973e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,9 @@ class ThreadWorker(base.Worker):
except KeyError:
# already removed by the system, continue
pass
except ValueError:
# already removed by the system continue
pass
# close the socket
conn.close()