Github user dcelasun commented on the issue:

    https://github.com/apache/thrift/pull/1461
  
    Ah, you have a service extending another service. I missed that. In that 
case, I think removing `c thrift.TClient` from `UserServiceClient` (and 
constructor functions) is the cleanest option. That way, we would only have a 
`TClient` within the `UserServiceBase` and it can be reused by any extending 
service. Thoughts?


---

Reply via email to