Compare commits
1 Commits
bb203dbdf9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
705193a999 |
@@ -31,6 +31,7 @@ func run(ctx context.Context) error {
|
||||
}
|
||||
|
||||
for i := 0; i < *p-1; i++ {
|
||||
log.Printf("dialing %v of %v background connections...", i+1, *p-1)
|
||||
func() {
|
||||
connected := &sync.WaitGroup{}
|
||||
connected.Add(1)
|
||||
|
||||
Reference in New Issue
Block a user