apache / dubbo-go

Go Implementation For Apache Dubbo .
https://dubbo.apache.org/
Apache License 2.0
4.71k stars 925 forks source link

go-client调用java-server,java方法参数中有包装类型如Integer时无法正常调用 #872

Closed rainbell closed 3 years ago

rainbell commented 3 years ago

如题。试了下对于Integer,传值和指针,java端decode出来的参数desc都不对。

zouyx commented 3 years ago

Reference : https://github.com/apache/dubbo-go-hessian2/issues/238

If no more questions , you can close this issue

AlexStocks commented 3 years ago

@zouyx maybe we can reopen issue 238 and set it a label "good first issue"?

zouyx commented 3 years ago

@zouyx maybe we can reopen issue 238 and set it a label "good first issue"?

I think keep opening this issue and relate to 238 is enough.