apache / dubbo-go-hessian2

caucho hessian2 implementation in Go for [apache/dubbo-go](https://github.com/apache/dubbo-go) which is compatible with [dubbo-hessian-lite](https://github.com/apache/dubbo-hessian-lite)
Apache License 2.0
209 stars 113 forks source link

go-client调用Java-serve 当java接口参数类型Integer等包装类时go报错找不到服务 #345

Closed stackbrain007 closed 1 year ago

stackbrain007 commented 1 year ago

go代码片段:

图片

java代码片段:

图片

报错信息:

图片

但是如果java的service的接口为非包装类时是正常的:

图片 图片 图片

非包装类正常返回:

图片
tiltwind commented 1 year ago

ref: https://github.com/apache/dubbo-go-hessian2/issues/349

tiltwind commented 1 year ago

@vaeWl the java wrapper is supported now, you can upgrade it like https://github.com/apache/dubbo-go/pull/2222. Pls tell us whether it does work or not, thanks!