[grpc-io] Re: Using 0.0.0.0 as server listen address

2021-09-08 Thread 'yas...@google.com' via grpc.io
For C++, the bound port is available in the `selected_port` parameter of the `AddListeningPort` API. On Wednesday, September 1, 2021 at 10:39:11 AM UTC-7 Yuri Golobokov wrote: > Hi, > > Which language are you using for gRPC server? > > On Friday, August 27, 2021 at 12:44:50 PM UTC-7

[grpc-io] Re: Using 0.0.0.0 as server listen address

2021-09-01 Thread 'Yuri Golobokov' via grpc.io
Hi, Which language are you using for gRPC server? On Friday, August 27, 2021 at 12:44:50 PM UTC-7 sumuk...@gmail.com wrote: > After creating a server and adding a listen port with "0.0.0.0:", is > it possible to figure out which interface grpc picked to bind and query > that ? > > This is