xiaoyuuuuuupeng commented on issue #13338:
URL: https://github.com/apache/dubbo/issues/13338#issuecomment-1812366421

   debug下来看到原因可能是:客户端传递数据的时候没有用Wrapper的方式对request进行编码 是直接pb.pack的 
但是服务端那里解码的时候有个函数trySetMethodDescriptor() 这里面会把字节解码成TripleRequestWrapper 
所以解码出来的数据对不上导致找不到methodDescriptor 产生报错 
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to