Jens-G opened a new pull request, #3393:
URL: https://github.com/apache/thrift/pull/3393

   Client: c_glib
   
   Use g_type_class_peek() with the processor type ID instead of 
GET_CLASS(self) when looking up the parent class in generated dispatch_call. 
GET_CLASS(self) returns the runtime class of the instance, which may differ 
from the class defining the method when service inheritance is used, leading to 
incorrect dispatch.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to