mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
close streamProcessor in telnet tabs
This commit is contained in:
@@ -80,6 +80,7 @@ export class TelnetSession extends BaseSession {
|
||||
}
|
||||
|
||||
async destroy (): Promise<void> {
|
||||
this.streamProcessor.close()
|
||||
this.serviceMessage.complete()
|
||||
this.kill()
|
||||
await super.destroy()
|
||||
|
Reference in New Issue
Block a user