netty5/transport/src
Bo Zhang 286f14f04a
Close Channel upon exceptions during bootstrap to avoid leaking (#10110)
Motivation:

We need to ensure we always close the Channel when we see an exception during bootstrapping it.

Modification:

Ensure we correct close the Channel if we see an exception during retrieving the Resolver from the group while bootstrapping.

Result:

Fixes #10109


Co-authored-by: Norman Maurer <norman_maurer@apple.com>
2020-03-16 13:37:29 +01:00
..
main Close Channel upon exceptions during bootstrap to avoid leaking (#10110) 2020-03-16 13:37:29 +01:00
test/java/io/netty Close Channel upon exceptions during bootstrap to avoid leaking (#10110) 2020-03-16 13:37:29 +01:00