AlexStocks commented on code in PR #117:
URL: https://github.com/apache/dubbo-getty/pull/117#discussion_r1568551933
##########
client.go:
##########
@@ -422,7 +424,7 @@ func (c *client) RunEventLoop(newSession
NewSessionCallback) {
// a for-loop connect to make sure the connection pool is valid
func (c *client) reConnect() {
var num, max, times, interval int
-
+ var maxDuraion int64
Review Comment:
```go
var (
num, max, times, interval int
maxDuraion int64
)
```
--
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]