Open venusDo opened 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).
@venusDo so how to solve it? submit a pr to dubbogo?
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).