We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159a54d commit 6b56459Copy full SHA for 6b56459
redisinsight/api/src/modules/ssh/models/ssh-tunnel.ts
@@ -34,7 +34,6 @@ export class SshTunnel extends EventEmitter {
34
this.client?.end?.();
35
this.server?.removeAllListeners?.();
36
this.client?.removeAllListeners?.();
37
- this.emit('close');
38
this.removeAllListeners();
39
}
40
0 commit comments