grpc-java/alts
Eric Anderson f1f3dbcbd6 alts: Fix SHARED_HANDSHAKER_CHANNEL after first close
Since the Resource shared the executor service between invocations, but
didn't null it out on shutdown, it could bring up a new channel with a
terminated event loop. The channel would then proceed to panic on usage.

I noticed this problem while looking into what was necessary for #4755.
2018-12-19 09:59:01 -07:00
..
src alts: Fix SHARED_HANDSHAKER_CHANNEL after first close 2018-12-19 09:59:01 -07:00
BUILD.bazel Fix buildifier warnings (#5058) 2018-11-14 07:12:11 -08:00
build.gradle alts: Fix SHARED_HANDSHAKER_CHANNEL after first close 2018-12-19 09:59:01 -07:00