Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseWorkerClientImpl: Don't attempt to recover from a closed channel. (…
…#17052) * BaseWorkerClientImpl: Don't attempt to recover from a closed channel. This patch introduces an exception type "ChannelClosedForWritesException", which allows the BaseWorkerClientImpl to avoid retrying when the local channel has been closed. This can happen in cases of cancellation. * Add some test coverage. * wip * Add test coverage. * Style. (cherry picked from commit 4dc5942)
- Loading branch information