* fix shutdown race in sendControl, #21514 * the stack trace showed IllegalStateException: outboundControlIngress not initialized yet via the call to sendControl * that could happen if there is a shutdown at the same time, which is exactly what the test does * it was actually caused by a merge mistake, but now it got even better * countDown latch on shutdown |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.sbt | ||