-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix leak of launcher on disconnect (#117)
- afterDisconnect is called asynchronously from the deletion of the Node. Ensure that we continue to process in the event that `slaveComputer.getNode()` returns null, as we still have to ensure that the launcher is torn down. Without this, SSHLauncher could sometimes leak sockets.
- Loading branch information
1 parent
c0cfbe2
commit 7ea9d7a
Showing
1 changed file
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters