Is there an existing issue for this?
Description
Current Behavior
FTP provider is spawning new python threads but is not handling their joining, that can lead to dangling processes.
Expected Behavior
Threads of the provider should be joined correctly, and if it is possible it should also stop them if force closing is requested.
Is there an existing issue for this?
Description
Current Behavior
FTP provider is spawning new python threads but is not handling their joining, that can lead to dangling processes.
Expected Behavior
Threads of the provider should be joined correctly, and if it is possible it should also stop them if force closing is requested.