Modo-me commented on code in PR #3498:
URL: https://github.com/apache/dubbo-go/pull/3498#discussion_r3680488884
##########
protocol/dubbo/impl/hessian.go:
##########
@@ -328,7 +328,7 @@ func unmarshalResponseBody(body []byte, p *DubboPackage)
error {
}
}
- return perrors.WithStack(hessian.ReflectResponse(rsp,
response.RspObj))
+ return perrors.WithStack(hessian2.ReflectResponse(rsp,
response.RspObj))
Review Comment:
也就是说dubbo-go-hessian2新版本内部不存在`ReflectResponse()`方法
--
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]