After creating a server and adding a listen port with "
0.0.0.0:1111", is it possible to figure out which interface grpc picked to bind and query that ?
This is similar to using port 0 and then querying the port number that was dynamically assigned, except for the IP address.