Hi, In my C++ application, I want to start a Thrift service on an OS-assigned port by using the port zero when initializing TServerSocket. However, I see no way of determining the actual port that gets assigned.
Is there some way I could get hold of this information? The serverSocket_ field is not exposed and there's no public function to get hold of this information either. Is this something that the developers would consider adding? Thanks, Akshta
