hardErrCh will deadlock since forwardBatch is blocked on computeStartedCh which never gets sent. since the response to hardErrCh is to panic, just panic instead |
||
|---|---|---|
| .. | ||
| cache.go | ||
| cache_test.go | ||
| multimodal.go | ||
| runner.go | ||
hardErrCh will deadlock since forwardBatch is blocked on computeStartedCh which never gets sent. since the response to hardErrCh is to panic, just panic instead |
||
|---|---|---|
| .. | ||
| cache.go | ||
| cache_test.go | ||
| multimodal.go | ||
| runner.go | ||