apache/dubbo-go-hessian2

java.lang.Long 是Java特定语言类型对象,对应的Go怎么传参

mengccmumu opened this issue · 5 comments

java.lang.Long 是Java特定语言类型对象,对应的Go怎么传参,用的hessian2协议

@mengccmumu pls try *int64 to ref java.lang.Long

@mengccmumu pls try *int64 to ref java.lang.Long

*int64 doesn't work for java.lang.Long now.
I will try to support it when having free time.

期待中...

ref: #349

@mengccmumu the java wrapper is supported now, you can upgrade it like apache/dubbo-go#2222.
Pls tell us whether it does work or not, thanks!