Skip to content

Commit

Permalink
[ISSUE #8875] Fix HAConnection leak
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywen authored Oct 30, 2024
1 parent b974362 commit fe80772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ public void run() {
+ sc.socket().getRemoteSocketAddress());
try {
HAConnection conn = createConnection(sc);
conn.start();
DefaultHAService.this.addConnection(conn);
conn.start();
} catch (Exception e) {
log.error("new HAConnection exception", e);
sc.close();
Expand Down

0 comments on commit fe80772

Please sign in to comment.