Hi grpc-swift team,
The ClientConnection has to be initialized with hostname and port. But often the server should be accessed through a fully qualified domain name(FQDN) from clients, and it's not necessarily easy for clients to know the port number that the server is listening to. Wondering can gRPC-swift support to connect with server using the FQDN?