miracle-xiang opened a new issue #311:
URL: https://github.com/apache/dubbo-go-hessian2/issues/311
<!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
**Why is this needed**:
- 目前发现个情况,argsTypes 类型推断为int32, 但是在解析该字段时,强行按照string进行了类型推断。
- 导致 `panic[panic:interface conversion: interface {} is int32, not string
[recovered]
panic: interface conversion: interface {} is int32, not string]`
-
[值类型判断](https://github.com/apache/dubbo-go-hessian2/blob/master/decode.go#L273)
-
[值的解析](https://github.com/apache/dubbo-go-hessian2/blob/master/request.go#L316)
--
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]