No-SilverBullet commented on code in PR #117:
URL: https://github.com/apache/dubbo-getty/pull/117#discussion_r1568609244
##########
client.go:
##########
@@ -435,15 +437,17 @@ func (c *client) reConnect() {
}
num = c.sessionNum()
- if max <= num {
+ if max <= num || max < times { //Exit when the number of
connection pools is sufficient or the reconnection times exceeds the
connections numbers.
Review Comment:
11 等review完 我统一修改
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]