fixed #5000 - native socksv5 connection support in ssh and connection mode UI overhaul

This commit is contained in:
Eugene Pankov
2021-11-28 18:21:26 +01:00
parent 246ae9fe77
commit 9856249c88
12 changed files with 169 additions and 44 deletions

View File

@@ -298,6 +298,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
this.frontend.resize$.pipe(first()).subscribe(async ({ columns, rows }) => {
this.size = { columns, rows }
this.frontendReady.next()
this.frontendReady.complete()
this.config.enabledServices(this.decorators).forEach(decorator => {
try {
@@ -554,6 +555,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
}
})
this.output.complete()
this.frontendReady.complete()
super.destroy()
if (this.session?.open) {