increment active dial counter
This commit is contained in:
parent
67538c8ce7
commit
6299c02c15
|
@ -480,6 +480,8 @@ loop:
|
|||
err := s.dialNextAddr(ad.ctx, p, addr, resch)
|
||||
if err != nil {
|
||||
dispatchError(ad, err)
|
||||
} else {
|
||||
active++
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue