mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix #1008: Re-attaching continuously creates 'accept_worker' threads in debugpy
Don't recreate the server socket needlessly.
This commit is contained in:
parent
71d42ed63f
commit
8b5eeee7e0
4 changed files with 24 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue