grpc-java/core/src
Eric Anderson 201893f5e7 core: Improve language for leaked channel error
Originally you had to confirm that awaitTermination() returned true, but
that was annoying and useless, especially after calling shutdownNow().
The behavior was changed in ce2ae1fb because the awaitTermination()
detection logic could prevent the channel from getting garbage
collected.

Fixes #10732
2023-12-12 16:25:40 -08:00
..
bazel-internal/resources/META-INF/services core: fix bazel NameResolverProvider not found 2018-12-05 09:45:41 -08:00
jmh/java/io/grpc/internal core, inprocess, util: move inprocess and util code into their own new artifacts grpc-inprocess and grpc-util (#10362) 2023-07-17 11:45:31 -07:00
main core: Improve language for leaked channel error 2023-12-12 16:25:40 -08:00
test Remove Unused experimental API ManagedChannelBuilder.enableFullStreamDecompression. (#10744) 2023-12-12 14:56:22 -08:00
testFixtures/java/io/grpc/internal lb:Implement LeastRequestLB as a petiole policy and restore RR and WRR (#10584) 2023-10-16 16:40:20 -07:00