Calling Client::new() returns an error (Error(Transport(tonic::transport::Error(Transport, InvalidDnsNameError)))) if the endpoint is an IPv6 address, such as http://[::1]:62415.
I have a PR in progress, I just want to document the issue for future reference.
Calling
Client::new()returns an error (Error(Transport(tonic::transport::Error(Transport, InvalidDnsNameError)))) if the endpoint is an IPv6 address, such ashttp://[::1]:62415.I have a PR in progress, I just want to document the issue for future reference.