Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
No-SilverBullet authored Apr 18, 2024
1 parent 9a9b8e1 commit be816b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ func (c *client) RunEventLoop(newSession NewSessionCallback) {
func (c *client) reConnect() {
var (
num, max, times, interval int
maxDuraion int64
maxDuraion int64
)
max = c.number
interval = c.reconnectInterval
Expand Down

0 comments on commit be816b6

Please sign in to comment.