alpha-baby opened a new issue #282: URL: https://github.com/apache/dubbo-go-hessian2/issues/282
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! --> **What happened**: return error: "type not supported! string" **What you expected to happen**: not return error **How to reproduce it (as minimally and precisely as possible)**: https://github.com/apache/dubbo-go-hessian2/blob/master/encode.go#L84 这个函数如果传入 *string 等类型会就直接报错,我看以前专门修复过 *int32 类型,我感觉是不是直接把这行放到 switch 语句前面,https://github.com/apache/dubbo-go-hessian2/blob/master/encode.go#L157。如果是地址类型直接先解引用 **Anything else we need to know?**: -- 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]
