Skip to content

Commit

Permalink
Merge pull request #3891 from actiontech/2399
Browse files Browse the repository at this point in the history
fix IdleHeartBeat inner 2399
  • Loading branch information
ylinzhu authored Oct 29, 2024
2 parents d65883a + 6cfb037 commit 75b6033
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ private void longIdleHeartBeat(ConcurrentLinkedQueue<BackendConnection> linkedQu
new ConnectionHeartBeatHandler().doHeartBeat(con);
} else {
linkedQueue.offer(con);
break;
}
}
}
Expand Down

0 comments on commit 75b6033

Please sign in to comment.