Hi, I am implementing a thrift-based service in C++ at the moment and encountered a question:
Is there a way to get the client's IP address from inside a service method implementation? I am using a TThreadedServer. Thanks in advance! Patrick Schlangen
