You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by yeling <xc...@gmail.com> on 2018/12/17 10:12:23 UTC

Telnet optimization suggest

Hi,


When we use dubbo, we use telnet more or less. Some cases were found to be
unavailable:


1. When my interface implements multiple services, and all of them are
exposed, using the Dubbo parameter group, at this time, under the telnet
command, I can not choose the service I want to invoke.


2. When a single service is implemented, if the method name is the same,
the parameter condition is a parameter constant. For example, one interface
have two methods:

String sayHello ((int id)

String sayHello (String name)


Calling sayHello (String name) cannot be called, listUser (String name);
throw java.lang.NumberFormatException


Hi,

当我们在使用dubbo时,或多或少会用到telnet。发现有一些情况无法使用:

1.当我的接口实现的服务有多个,并且都暴露了,使用了dubbo参数group,此时,在telnet命令下,无法选择我想要的服务进行invoke。

2.当单个实现的服务,如果方法名一样,参数条件是一个参数常量时。比如:接口有2个方法

String sayHello((int id)

String sayHello(String name)

调用sayHello(String name)方法时,抛出java.lang.NumberFormatException.

Re: Telnet optimization suggest

Posted by yuhang xiu <ca...@gmail.com>.
Hi, about overloading, here is an issue to track:
https://github.com/apache/incubator-dubbo/issues/2766

Regarding the group problem, it is currently impossible to execute a
service under a specific group. This is a point that can be optimized.
Would u have some ideas?

yeling <xc...@gmail.com> 于2018年12月17日周一 下午6:18写道:

> Hi,
>
>
> When we use dubbo, we use telnet more or less. Some cases were found to be
> unavailable:
>
>
> 1. When my interface implements multiple services, and all of them are
> exposed, using the Dubbo parameter group, at this time, under the telnet
> command, I can not choose the service I want to invoke.
>
>
> 2. When a single service is implemented, if the method name is the same,
> the parameter condition is a parameter constant. For example, one interface
> have two methods:
>
> String sayHello ((int id)
>
> String sayHello (String name)
>
>
> Calling sayHello (String name) cannot be called, listUser (String name);
> throw java.lang.NumberFormatException
>
>
> Hi,
>
> 当我们在使用dubbo时,或多或少会用到telnet。发现有一些情况无法使用:
>
> 1.当我的接口实现的服务有多个,并且都暴露了,使用了dubbo参数group,此时,在telnet命令下,无法选择我想要的服务进行invoke。
>
> 2.当单个实现的服务,如果方法名一样,参数条件是一个参数常量时。比如:接口有2个方法
>
> String sayHello((int id)
>
> String sayHello(String name)
>
> 调用sayHello(String name)方法时,抛出java.lang.NumberFormatException.
>

Re: Telnet optimization suggest

Posted by Ian Luo <ia...@gmail.com>.
Folks,

I submitted pull request 3013 [1] to address the issue 2988 [2]. Can
someone take a look and give me your feedback here or on GitHub?

Thanks,
-Ian.

1. https://github.com/apache/incubator-dubbo/pull/3013
2. https://github.com/apache/incubator-dubbo/issues/2988

On Wed, Dec 19, 2018 at 1:48 PM Ian Luo <ia...@gmail.com> wrote:

> I am working on it. Hopefully I can share my pull request for review soon.
>
> -Ian.
>
> On Tue, Dec 18, 2018 at 6:32 PM 李振 <li...@gmail.com> wrote:
>
>> I find that  exporter's key(group/interface:version:port  ,  maybe port is
>> superfluous ) will be the best choice
>> <
>> http://www.baidu.com/link?url=c86bMSnXTGpprvOUWIFTlGwoUDIYB7Yh3zTtt7wQVT5RIQ3zxk_GstbMRS_KZHC_qsCt__Z14ij_Wu2PEXChkoICk8v0UFxudlWBnw4ppGm
>> >
>>  .
>>
>> yeling <xc...@gmail.com> 于2018年12月18日周二 下午6:22写道:
>>
>> > I think it's a good idea.
>> >
>> > 李振 <li...@gmail.com> 于2018年12月18日周二 下午6:13写道:
>> >
>> > > dubbo>ls
>> > > demoA:org.apache.dubbo.demo.DemoService:1.0.0
>> > > demoB:org.apache.dubbo.demo.DemoService:1.0.0
>> > >
>> > > How about this.    group:interface:version , this coordinate help us
>> find
>> > > the unique exporter like maven。
>> > >
>> > > Jason Joo <hb...@163.com> 于2018年12月18日周二 下午1:55写道:
>> > >
>> > > > And is there other situations to deal with? group/version/etc...
>> > > >
>> > > > For now there is only different implementations in same application
>> and
>> > > > looks good to deal with.
>> > > >
>> > > > best regards,
>> > > >
>> > > > Jason
>> > > >
>> > > > > On Dec 18, 2018, at 10:33, yeling <xc...@gmail.com> wrote:
>> > > > >
>> > > > > Ok,I've created an issue.
>> > > > > https://github.com/apache/incubator-dubbo/issues/2988
>> > > > >
>> > > > > Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:
>> > > > >
>> > > > >> Zhen,
>> > > > >>
>> > > > >>
>> > > > >>> 1. When my interface implements multiple services, and all of
>> them
>> > > are
>> > > > >>> exposed, using the Dubbo parameter group, at this time, under
>> the
>> > > > telnet
>> > > > >>> command, I can not choose the service I want to invoke.
>> > > > >>
>> > > > >>
>> > > > >> I am afraid I fully understand the problem. Could you pls. file
>> an
>> > > > issue on
>> > > > >> GitHub together with a sample service to reproduce the problem?
>> > > > >>
>> > > > >> Thanks,
>> > > > >> -Ian.
>> > > > >>
>> > > > >> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com>
>> wrote:
>> > > > >>
>> > > > >>>>
>> > > > >>>> I will try to fix it。
>> > > > >>>
>> > > > >>
>> > > >
>> > > >
>> > >
>> >
>>
>

Re: Telnet optimization suggest

Posted by Ian Luo <ia...@gmail.com>.
this pull request gets larger than I expected, in order to solve cycle
dependency from unit test in config-api. Pls. review and give me
your feedback.

Thanks,
-Ian.


On Wed, Dec 19, 2018 at 3:53 PM 李振 <li...@gmail.com> wrote:

> Great ! It's  better than my pr, I have closed my pr。
>
> Ian Luo <ia...@gmail.com> 于2018年12月19日周三 下午1:48写道:
>
> > I am working on it. Hopefully I can share my pull request for review
> soon.
> >
> > -Ian.
> >
> > On Tue, Dec 18, 2018 at 6:32 PM 李振 <li...@gmail.com> wrote:
> >
> > > I find that  exporter's key(group/interface:version:port  ,  maybe port
> > is
> > > superfluous ) will be the best choice
> > > <
> > >
> >
> http://www.baidu.com/link?url=c86bMSnXTGpprvOUWIFTlGwoUDIYB7Yh3zTtt7wQVT5RIQ3zxk_GstbMRS_KZHC_qsCt__Z14ij_Wu2PEXChkoICk8v0UFxudlWBnw4ppGm
> > > >
> > >  .
> > >
> > > yeling <xc...@gmail.com> 于2018年12月18日周二 下午6:22写道:
> > >
> > > > I think it's a good idea.
> > > >
> > > > 李振 <li...@gmail.com> 于2018年12月18日周二 下午6:13写道:
> > > >
> > > > > dubbo>ls
> > > > > demoA:org.apache.dubbo.demo.DemoService:1.0.0
> > > > > demoB:org.apache.dubbo.demo.DemoService:1.0.0
> > > > >
> > > > > How about this.    group:interface:version , this coordinate help
> us
> > > find
> > > > > the unique exporter like maven。
> > > > >
> > > > > Jason Joo <hb...@163.com> 于2018年12月18日周二 下午1:55写道:
> > > > >
> > > > > > And is there other situations to deal with? group/version/etc...
> > > > > >
> > > > > > For now there is only different implementations in same
> application
> > > and
> > > > > > looks good to deal with.
> > > > > >
> > > > > > best regards,
> > > > > >
> > > > > > Jason
> > > > > >
> > > > > > > On Dec 18, 2018, at 10:33, yeling <xc...@gmail.com> wrote:
> > > > > > >
> > > > > > > Ok,I've created an issue.
> > > > > > > https://github.com/apache/incubator-dubbo/issues/2988
> > > > > > >
> > > > > > > Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:
> > > > > > >
> > > > > > >> Zhen,
> > > > > > >>
> > > > > > >>
> > > > > > >>> 1. When my interface implements multiple services, and all of
> > > them
> > > > > are
> > > > > > >>> exposed, using the Dubbo parameter group, at this time, under
> > the
> > > > > > telnet
> > > > > > >>> command, I can not choose the service I want to invoke.
> > > > > > >>
> > > > > > >>
> > > > > > >> I am afraid I fully understand the problem. Could you pls.
> file
> > an
> > > > > > issue on
> > > > > > >> GitHub together with a sample service to reproduce the
> problem?
> > > > > > >>
> > > > > > >> Thanks,
> > > > > > >> -Ian.
> > > > > > >>
> > > > > > >> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com>
> > wrote:
> > > > > > >>
> > > > > > >>>>
> > > > > > >>>> I will try to fix it。
> > > > > > >>>
> > > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Telnet optimization suggest

Posted by 李振 <li...@gmail.com>.
Great ! It's  better than my pr, I have closed my pr。

Ian Luo <ia...@gmail.com> 于2018年12月19日周三 下午1:48写道:

> I am working on it. Hopefully I can share my pull request for review soon.
>
> -Ian.
>
> On Tue, Dec 18, 2018 at 6:32 PM 李振 <li...@gmail.com> wrote:
>
> > I find that  exporter's key(group/interface:version:port  ,  maybe port
> is
> > superfluous ) will be the best choice
> > <
> >
> http://www.baidu.com/link?url=c86bMSnXTGpprvOUWIFTlGwoUDIYB7Yh3zTtt7wQVT5RIQ3zxk_GstbMRS_KZHC_qsCt__Z14ij_Wu2PEXChkoICk8v0UFxudlWBnw4ppGm
> > >
> >  .
> >
> > yeling <xc...@gmail.com> 于2018年12月18日周二 下午6:22写道:
> >
> > > I think it's a good idea.
> > >
> > > 李振 <li...@gmail.com> 于2018年12月18日周二 下午6:13写道:
> > >
> > > > dubbo>ls
> > > > demoA:org.apache.dubbo.demo.DemoService:1.0.0
> > > > demoB:org.apache.dubbo.demo.DemoService:1.0.0
> > > >
> > > > How about this.    group:interface:version , this coordinate help us
> > find
> > > > the unique exporter like maven。
> > > >
> > > > Jason Joo <hb...@163.com> 于2018年12月18日周二 下午1:55写道:
> > > >
> > > > > And is there other situations to deal with? group/version/etc...
> > > > >
> > > > > For now there is only different implementations in same application
> > and
> > > > > looks good to deal with.
> > > > >
> > > > > best regards,
> > > > >
> > > > > Jason
> > > > >
> > > > > > On Dec 18, 2018, at 10:33, yeling <xc...@gmail.com> wrote:
> > > > > >
> > > > > > Ok,I've created an issue.
> > > > > > https://github.com/apache/incubator-dubbo/issues/2988
> > > > > >
> > > > > > Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:
> > > > > >
> > > > > >> Zhen,
> > > > > >>
> > > > > >>
> > > > > >>> 1. When my interface implements multiple services, and all of
> > them
> > > > are
> > > > > >>> exposed, using the Dubbo parameter group, at this time, under
> the
> > > > > telnet
> > > > > >>> command, I can not choose the service I want to invoke.
> > > > > >>
> > > > > >>
> > > > > >> I am afraid I fully understand the problem. Could you pls. file
> an
> > > > > issue on
> > > > > >> GitHub together with a sample service to reproduce the problem?
> > > > > >>
> > > > > >> Thanks,
> > > > > >> -Ian.
> > > > > >>
> > > > > >> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com>
> wrote:
> > > > > >>
> > > > > >>>>
> > > > > >>>> I will try to fix it。
> > > > > >>>
> > > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: Telnet optimization suggest

Posted by Ian Luo <ia...@gmail.com>.
I am working on it. Hopefully I can share my pull request for review soon.

-Ian.

On Tue, Dec 18, 2018 at 6:32 PM 李振 <li...@gmail.com> wrote:

> I find that  exporter's key(group/interface:version:port  ,  maybe port is
> superfluous ) will be the best choice
> <
> http://www.baidu.com/link?url=c86bMSnXTGpprvOUWIFTlGwoUDIYB7Yh3zTtt7wQVT5RIQ3zxk_GstbMRS_KZHC_qsCt__Z14ij_Wu2PEXChkoICk8v0UFxudlWBnw4ppGm
> >
>  .
>
> yeling <xc...@gmail.com> 于2018年12月18日周二 下午6:22写道:
>
> > I think it's a good idea.
> >
> > 李振 <li...@gmail.com> 于2018年12月18日周二 下午6:13写道:
> >
> > > dubbo>ls
> > > demoA:org.apache.dubbo.demo.DemoService:1.0.0
> > > demoB:org.apache.dubbo.demo.DemoService:1.0.0
> > >
> > > How about this.    group:interface:version , this coordinate help us
> find
> > > the unique exporter like maven。
> > >
> > > Jason Joo <hb...@163.com> 于2018年12月18日周二 下午1:55写道:
> > >
> > > > And is there other situations to deal with? group/version/etc...
> > > >
> > > > For now there is only different implementations in same application
> and
> > > > looks good to deal with.
> > > >
> > > > best regards,
> > > >
> > > > Jason
> > > >
> > > > > On Dec 18, 2018, at 10:33, yeling <xc...@gmail.com> wrote:
> > > > >
> > > > > Ok,I've created an issue.
> > > > > https://github.com/apache/incubator-dubbo/issues/2988
> > > > >
> > > > > Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:
> > > > >
> > > > >> Zhen,
> > > > >>
> > > > >>
> > > > >>> 1. When my interface implements multiple services, and all of
> them
> > > are
> > > > >>> exposed, using the Dubbo parameter group, at this time, under the
> > > > telnet
> > > > >>> command, I can not choose the service I want to invoke.
> > > > >>
> > > > >>
> > > > >> I am afraid I fully understand the problem. Could you pls. file an
> > > > issue on
> > > > >> GitHub together with a sample service to reproduce the problem?
> > > > >>
> > > > >> Thanks,
> > > > >> -Ian.
> > > > >>
> > > > >> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com> wrote:
> > > > >>
> > > > >>>>
> > > > >>>> I will try to fix it。
> > > > >>>
> > > > >>
> > > >
> > > >
> > >
> >
>

Re: Telnet optimization suggest

Posted by 李振 <li...@gmail.com>.
I find that  exporter's key(group/interface:version:port  ,  maybe port is
superfluous ) will be the best choice
<http://www.baidu.com/link?url=c86bMSnXTGpprvOUWIFTlGwoUDIYB7Yh3zTtt7wQVT5RIQ3zxk_GstbMRS_KZHC_qsCt__Z14ij_Wu2PEXChkoICk8v0UFxudlWBnw4ppGm>
 .

yeling <xc...@gmail.com> 于2018年12月18日周二 下午6:22写道:

> I think it's a good idea.
>
> 李振 <li...@gmail.com> 于2018年12月18日周二 下午6:13写道:
>
> > dubbo>ls
> > demoA:org.apache.dubbo.demo.DemoService:1.0.0
> > demoB:org.apache.dubbo.demo.DemoService:1.0.0
> >
> > How about this.    group:interface:version , this coordinate help us find
> > the unique exporter like maven。
> >
> > Jason Joo <hb...@163.com> 于2018年12月18日周二 下午1:55写道:
> >
> > > And is there other situations to deal with? group/version/etc...
> > >
> > > For now there is only different implementations in same application and
> > > looks good to deal with.
> > >
> > > best regards,
> > >
> > > Jason
> > >
> > > > On Dec 18, 2018, at 10:33, yeling <xc...@gmail.com> wrote:
> > > >
> > > > Ok,I've created an issue.
> > > > https://github.com/apache/incubator-dubbo/issues/2988
> > > >
> > > > Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:
> > > >
> > > >> Zhen,
> > > >>
> > > >>
> > > >>> 1. When my interface implements multiple services, and all of them
> > are
> > > >>> exposed, using the Dubbo parameter group, at this time, under the
> > > telnet
> > > >>> command, I can not choose the service I want to invoke.
> > > >>
> > > >>
> > > >> I am afraid I fully understand the problem. Could you pls. file an
> > > issue on
> > > >> GitHub together with a sample service to reproduce the problem?
> > > >>
> > > >> Thanks,
> > > >> -Ian.
> > > >>
> > > >> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com> wrote:
> > > >>
> > > >>>>
> > > >>>> I will try to fix it。
> > > >>>
> > > >>
> > >
> > >
> >
>

Re: Telnet optimization suggest

Posted by yeling <xc...@gmail.com>.
I think it's a good idea.

李振 <li...@gmail.com> 于2018年12月18日周二 下午6:13写道:

> dubbo>ls
> demoA:org.apache.dubbo.demo.DemoService:1.0.0
> demoB:org.apache.dubbo.demo.DemoService:1.0.0
>
> How about this.    group:interface:version , this coordinate help us find
> the unique exporter like maven。
>
> Jason Joo <hb...@163.com> 于2018年12月18日周二 下午1:55写道:
>
> > And is there other situations to deal with? group/version/etc...
> >
> > For now there is only different implementations in same application and
> > looks good to deal with.
> >
> > best regards,
> >
> > Jason
> >
> > > On Dec 18, 2018, at 10:33, yeling <xc...@gmail.com> wrote:
> > >
> > > Ok,I've created an issue.
> > > https://github.com/apache/incubator-dubbo/issues/2988
> > >
> > > Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:
> > >
> > >> Zhen,
> > >>
> > >>
> > >>> 1. When my interface implements multiple services, and all of them
> are
> > >>> exposed, using the Dubbo parameter group, at this time, under the
> > telnet
> > >>> command, I can not choose the service I want to invoke.
> > >>
> > >>
> > >> I am afraid I fully understand the problem. Could you pls. file an
> > issue on
> > >> GitHub together with a sample service to reproduce the problem?
> > >>
> > >> Thanks,
> > >> -Ian.
> > >>
> > >> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com> wrote:
> > >>
> > >>>>
> > >>>> I will try to fix it。
> > >>>
> > >>
> >
> >
>

Re: Telnet optimization suggest

Posted by 李振 <li...@gmail.com>.
dubbo>ls
demoA:org.apache.dubbo.demo.DemoService:1.0.0
demoB:org.apache.dubbo.demo.DemoService:1.0.0

How about this.    group:interface:version , this coordinate help us find
the unique exporter like maven。

Jason Joo <hb...@163.com> 于2018年12月18日周二 下午1:55写道:

> And is there other situations to deal with? group/version/etc...
>
> For now there is only different implementations in same application and
> looks good to deal with.
>
> best regards,
>
> Jason
>
> > On Dec 18, 2018, at 10:33, yeling <xc...@gmail.com> wrote:
> >
> > Ok,I've created an issue.
> > https://github.com/apache/incubator-dubbo/issues/2988
> >
> > Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:
> >
> >> Zhen,
> >>
> >>
> >>> 1. When my interface implements multiple services, and all of them are
> >>> exposed, using the Dubbo parameter group, at this time, under the
> telnet
> >>> command, I can not choose the service I want to invoke.
> >>
> >>
> >> I am afraid I fully understand the problem. Could you pls. file an
> issue on
> >> GitHub together with a sample service to reproduce the problem?
> >>
> >> Thanks,
> >> -Ian.
> >>
> >> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com> wrote:
> >>
> >>>>
> >>>> I will try to fix it。
> >>>
> >>
>
>

Re: Telnet optimization suggest

Posted by Jason Joo <hb...@163.com>.
And is there other situations to deal with? group/version/etc...

For now there is only different implementations in same application and looks good to deal with.

best regards,

Jason

> On Dec 18, 2018, at 10:33, yeling <xc...@gmail.com> wrote:
> 
> Ok,I've created an issue.
> https://github.com/apache/incubator-dubbo/issues/2988
> 
> Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:
> 
>> Zhen,
>> 
>> 
>>> 1. When my interface implements multiple services, and all of them are
>>> exposed, using the Dubbo parameter group, at this time, under the telnet
>>> command, I can not choose the service I want to invoke.
>> 
>> 
>> I am afraid I fully understand the problem. Could you pls. file an issue on
>> GitHub together with a sample service to reproduce the problem?
>> 
>> Thanks,
>> -Ian.
>> 
>> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com> wrote:
>> 
>>>> 
>>>> I will try to fix it。
>>> 
>> 


Re: Telnet optimization suggest

Posted by yeling <xc...@gmail.com>.
Ok,I've created an issue.
https://github.com/apache/incubator-dubbo/issues/2988

Ian Luo <ia...@gmail.com> 于2018年12月17日周一 下午11:41写道:

> Zhen,
>
>
> > 1. When my interface implements multiple services, and all of them are
> > exposed, using the Dubbo parameter group, at this time, under the telnet
> > command, I can not choose the service I want to invoke.
>
>
> I am afraid I fully understand the problem. Could you pls. file an issue on
> GitHub together with a sample service to reproduce the problem?
>
> Thanks,
> -Ian.
>
> On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com> wrote:
>
> > >
> > > I will try to fix it。
> >
>

Re: Telnet optimization suggest

Posted by Ian Luo <ia...@gmail.com>.
Zhen,


> 1. When my interface implements multiple services, and all of them are
> exposed, using the Dubbo parameter group, at this time, under the telnet
> command, I can not choose the service I want to invoke.


I am afraid I fully understand the problem. Could you pls. file an issue on
GitHub together with a sample service to reproduce the problem?

Thanks,
-Ian.

On Mon, Dec 17, 2018 at 7:52 PM 李振 <li...@gmail.com> wrote:

> >
> > I will try to fix it。
>

Re: Telnet optimization suggest

Posted by Ian Luo <ia...@gmail.com>.
Hi Zhen,

For this particular override issue, I believe it's already been addressed.
Would you mind to pull the latest code from the master branch and give it a
try?

Thanks,
-Ian.

On Mon, Dec 17, 2018 at 8:52 PM yuhang xiu <ca...@gmail.com> wrote:

> Welcome!
>
> Do u have some ideas about telnet?
>
> IMO, this way is very good:
>
> list:
> [1] listUser(Integer id)
> [2] listUser(String name)
>
> When we use invoke, we can do like this:
> invoke 1 params
>
> There has a line number or id or sth else with one invokable method. This
> can make this clear.
>
> 李振 <li...@gmail.com> 于2018年12月17日周一 下午7:52写道:
>
> > >
> > > I will try to fix it。
> >
>

Re: Telnet optimization suggest

Posted by yuhang xiu <ca...@gmail.com>.
Welcome!

Do u have some ideas about telnet?

IMO, this way is very good:

list:
[1] listUser(Integer id)
[2] listUser(String name)

When we use invoke, we can do like this:
invoke 1 params

There has a line number or id or sth else with one invokable method. This
can make this clear.

李振 <li...@gmail.com> 于2018年12月17日周一 下午7:52写道:

> >
> > I will try to fix it。
>

Re: Telnet optimization suggest

Posted by 李振 <li...@gmail.com>.
>
> I will try to fix it。