hi.. when using NettyChannelBuilder.forAddress(new InetSocketAddress(address,443)).sslContext(sslContext);
with an a host that doesn't exist i get back a status error code if unknown with UnresolvedAddressException however when trying final NettyChannelBuilder nettyChannelBuilder = NettyChannelBuilder.forAddress(address,443).sslContext(sslContext); with the same host i'm getting UnknownHostExcetpion with Status *Unavailable * i would have expected to get Unavailable for the UnknownAddressException too -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/ea91958c-02fb-42e2-a1aa-f774a2940086%40googlegroups.com.
