fix: loop delay

This commit is contained in:
naiba
2024-07-14 13:04:35 +08:00
parent 2a35a6f0e5
commit db2f65fead
+1
View File
@@ -100,6 +100,7 @@ LOOP:
case <-time.After(timeout):
break LOOP
}
time.Sleep(time.Millisecond * 500)
}
if stream.userIo == nil && stream.agentIo == nil {