Compare commits

..

1 Commits

Author SHA1 Message Date
Bel LaPointe
705193a999 log n of p 2026-03-09 13:28:56 -06:00

View File

@@ -31,6 +31,7 @@ func run(ctx context.Context) error {
} }
for i := 0; i < *p-1; i++ { for i := 0; i < *p-1; i++ {
log.Printf("dialing %v of %v background connections...", i+1, *p-1)
func() { func() {
connected := &sync.WaitGroup{} connected := &sync.WaitGroup{}
connected.Add(1) connected.Add(1)