First draft of modifying RunnerListener to CallListener to get it closer to the action (and named better).

This commit is contained in:
Travis Reeder
2017-10-09 18:38:29 -06:00
parent 1237a7bf82
commit d080c23981
10 changed files with 95 additions and 70 deletions

View File

@@ -331,7 +331,7 @@ func (c *call) End(ctx context.Context, err error) {
case context.DeadlineExceeded:
c.Status = "timeout"
default:
// XXX (reed): should we append the error to logs? Error field?
// XXX (reed): should we append the error to logs? Error field? (TR) think so, otherwise it's lost looks like?
c.Status = "error"
}