We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972421e commit 38deaf2Copy full SHA for 38deaf2
transport/client.go
@@ -439,7 +439,7 @@ func (c *client) reConnect() {
439
440
sessionNum = c.sessionNum()
441
if maxReconnectAttempts <= sessionNum || maxReconnectAttempts < reconnectAttempts {
442
- //Exit when the number of connection pools is sufficient or the reconnection times exceeds the connections numbers.
+ //exit reconnect when the number of connection pools is sufficient or the current reconnection attempts exceeds the max reconnection attempts.
443
break
444
}
445
c.connect()
0 commit comments