mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +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> {
|
async destroy (): Promise<void> {
|
||||||
|
this.streamProcessor.close()
|
||||||
this.serviceMessage.complete()
|
this.serviceMessage.complete()
|
||||||
this.kill()
|
this.kill()
|
||||||
await super.destroy()
|
await super.destroy()
|
||||||
|
Reference in New Issue
Block a user