mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Relax warmup command availability check
This commit is contained in:
@@ -412,8 +412,11 @@ done:
|
||||
if resultCount == 0 {
|
||||
return fmt.Errorf("no action results received")
|
||||
}
|
||||
if postStatus != eagle.PostCommandResponse_SUCCESS {
|
||||
return fmt.Errorf("post command did not succeed: %v", postStatus)
|
||||
}
|
||||
if commandCount == 0 {
|
||||
return fmt.Errorf("no new commands received after posting command")
|
||||
log.Printf(" No new commands received after posting command; command result stream is healthy")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user