Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remote: Use shutdownNow() instead of shutdown() in ChannelConnection#…
…close() as a workaround to a gRPC bug. There is a bug (b/183340374) in gRPC that client doesn't try to close connections with shutdown() if the channel received GO_AWAY frames. Using shutdownNow() here as a workaround. PiperOrigin-RevId: 367552792
- Loading branch information