mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
fix: add wait
This commit is contained in:
parent
b8023f445a
commit
2c56abf4d8
@ -29,6 +29,7 @@ func RunICMPPingLoop(ipport string, count int) (r ICMPPingResult) {
|
|||||||
r.PacketsLoss--
|
r.PacketsLoss--
|
||||||
durs = append(durs, d)
|
durs = append(durs, d)
|
||||||
}
|
}
|
||||||
|
time.Sleep(time.Millisecond * 100)
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(durs) > 0 {
|
if len(durs) > 0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user