-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
telnet cannot call the correct overload method #3177
Comments
这个issue是已知的,对于重载的支持不好。但是我忘记具体的issue是在哪里了。yiji提交过类似的issue。 |
关于哪个pr |
@LiZhenNet 好的。 |
In this case, maybe specific parameter types is needed. |
I find that it is not an easy thing that support telnet perfectly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce this issue
org.apache.dubbo.rpc.protocol.dubbo.support.DemoService
add methodorg.apache.dubbo.rpc.protocol.dubbo.support.DemoServiceImpl
org.apache.dubbo.rpc.protocol.dubbo.support.DemoServiceImpl
add UTExpected Result
Call
getPerson(Yee yee)
Actual Result
Call
getPerson(Man man)
Suggestion
If the overload method parameters are different in length, allowed to not pass
class
parameter, otherwise prompted user must pass theclass
parameter.@beiwei30
The text was updated successfully, but these errors were encountered: