Closed panyfun closed 4 years ago
由于 server 提供的接口入参中有一个 java 定义的枚举,所以我在 client 端参照 dubbo-go 的 demo 注册了对应枚举,但是在 packRequest 的过程中 getArgType 返回了 "" 导致 error 2020-05-14T18:43:10.068+0800 ERROR runtime/asm_amd64.s:1357 {client:TCP_CLIENT:2:xxxx<->xxxx}, [session.handleLoop] = error:cat not get arg 1 type
github.com/apache/dubbo-go v1.4.1 github.com/apache/dubbo-go-hessian2 v1.5.0
已经在本地复现 正在解决中
由于 server 提供的接口入参中有一个 java 定义的枚举,所以我在 client 端参照 dubbo-go 的 demo 注册了对应枚举,但是在 packRequest 的过程中 getArgType 返回了 "" 导致 error 2020-05-14T18:43:10.068+0800 ERROR runtime/asm_amd64.s:1357 {client:TCP_CLIENT:2:xxxx<->xxxx}, [session.handleLoop] = error:cat not get arg 1 type