Modo-me commented on code in PR #3498:
URL: https://github.com/apache/dubbo-go/pull/3498#discussion_r3680483975
##########
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:
不是,`ReflectResponse()`在dubbo-go-hessian2升版本之后已经被迁移到dubbo-go了,详见https://github.com/apache/dubbo-go-hessian2/pull/364
--
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]