print wait in progress

This commit is contained in:
chrislu 2023-03-26 12:22:48 -07:00
parent f1f14e28bc
commit 3cc7b90414

View file

@ -119,6 +119,7 @@ func (mc *MasterClient) WaitUntilConnected() {
return
}
time.Sleep(time.Duration(rand.Int31n(200)) * time.Millisecond)
print(".")
}
}