How to get client's IP in a python thrift server

Viewed 3567

I'm writing a thrift service in python and I would like to understand how I can get the client's IP address in the handler functions context.

Thanks, Love.

3 Answers
Related