Re-lock the mailbox window on lost phase instead of anchoring blind: one loop goroutine per module owns all transport, windows edge-locked from first touch, bringup verifies both modules before either AN restart; corrected charges and link-down reads print raw registers; harness -fuzz repeats lifecycles judging by exit status (30/30 module-clean)
This commit is contained in:
@@ -793,6 +793,11 @@ func run(aName, bName string) (err error) {
|
||||
rows[i] = d.displayView()
|
||||
}
|
||||
v, phy := measureView(diag, modules, totalView(rows))
|
||||
for _, m := range modules {
|
||||
for _, n := range m.takeNotes() {
|
||||
fmt.Println(stats.rule(n))
|
||||
}
|
||||
}
|
||||
for _, line := range stats.emit(totalRow(elapsed, v, target, phy,
|
||||
noise.view())) {
|
||||
fmt.Println(line)
|
||||
|
||||
Reference in New Issue
Block a user