perf: 优化内存占用

This commit is contained in:
xiaojunnuo
2024-08-28 14:40:50 +08:00
parent 42a56b581d
commit db61033633
15 changed files with 98 additions and 80 deletions

View File

@@ -148,6 +148,7 @@ export class AsyncSsh2Client {
}
}
}
export class SshClient {
logger: ILogger;
constructor(logger: ILogger) {