Fix #1008: Re-attaching continuously creates 'accept_worker' threads in debugpy

Don't recreate the server socket needlessly.
This commit is contained in:
Pavel Minaev 2022-08-11 11:03:15 -07:00 committed by Pavel Minaev
parent 71d42ed63f
commit 8b5eeee7e0
4 changed files with 24 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[metadata]
license_file = LICENSE
license_files = LICENSE
[versioneer]
VCS = git
@ -10,4 +10,4 @@ tag_prefix = v
parentdir_prefix = debugpy-
[aliases]
test=pytest
test = pytest