dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Why multiple `Reconnecting...` log is print when connection is killed #1101

Open XuHuaiyu opened 1 year ago

XuHuaiyu commented 1 year ago

Hi, I'm confused why there are 3 Reconnecting logs printed. 20230119-110854

I try to reproduce this case but failed. Could anyone give me some help reproducing this case?

Step1: run sql1 and kill the session before sql1 finished
Step2: run sql2

image