dubbogo / dubbo-go-benchmark

benchmark for [apache/dubbo-go](github.com/apache/dubbo-go)
Apache License 2.0
27 stars 13 forks source link

Invalid call parameter size #3

Open venusDo opened 4 years ago

venusDo commented 4 years ago

https://github.com/dubbogo/dubbo-go-benchmark/blob/5c8605ba03267cfacfe2d01f0b5b25dded841c71/dubbo/client/client.go#L42

The parameter R does not take effect because it is not reassigned after parse. The same problem exists in one of the two protocols (dubbo, jsonrpc).

AlexStocks commented 4 years ago

@venusDo so how to solve it? submit a pr to dubbogo?