Skip to content

Commit 0fedefd

Browse files
authored
Merge pull request #1678 from RedisInsight/bugfix/RI-4131-ssh-connection-crush-app
Bugfix/ri 4131 ssh connection crush app
2 parents 159a54d + 14d0953 commit 0fedefd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,8 @@ jobs:
519519
runtime/org.freedesktop.Platform/x86_64/20.08 \
520520
org.electronjs.Electron2.BaseApp/x86_64/20.08
521521
522-
yarn --cwd redisinsight/api/ install
522+
yarn --cwd redisinsight/api/ install --ignore-optional
523+
yarn --cwd redisinsight/ install --ignore-optional
523524
yarn install
524525
yarn build:statics
525526
no_output_timeout: 15m

redisinsight/api/src/modules/ssh/models/ssh-tunnel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export class SshTunnel extends EventEmitter {
3434
this.client?.end?.();
3535
this.server?.removeAllListeners?.();
3636
this.client?.removeAllListeners?.();
37-
this.emit('close');
3837
this.removeAllListeners();
3938
}
4039

0 commit comments

Comments
 (0)