print wait in progress
This commit is contained in:
@@ -119,6 +119,7 @@ func (mc *MasterClient) WaitUntilConnected() {
|
||||
return
|
||||
}
|
||||
time.Sleep(time.Duration(rand.Int31n(200)) * time.Millisecond)
|
||||
print(".")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user