Open
Description
When using Grpc.Net.Client (GrpcChannel), will the channel refresh/re-resolve the server's DNS and establish a new TCP connection if the server’s IP changes? More specifically: after a transport (network) error, does GrpcChannel perform DNS re-resolution to pick up the new IP, or will it keep using the resolved IP from the channel's initial creation?