mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
fix: loop delay
This commit is contained in:
parent
1c91fcffac
commit
ce624a0ca6
@ -100,6 +100,7 @@ LOOP:
|
||||
case <-time.After(timeout):
|
||||
break LOOP
|
||||
}
|
||||
time.Sleep(time.Millisecond * 500)
|
||||
}
|
||||
|
||||
if stream.userIo == nil && stream.agentIo == nil {
|
||||
|
Loading…
Reference in New Issue
Block a user