Results 176 comments of zrlw

one ```reference.get()``` will call ProtocolSecurityWrapper#refer twice, first calling for the registry url like 'registry://xxx', second calling for the rpc url like 'tri://x.x.x.x/....', but only call ReferenceConfig#createProxy once. this pr will...

i think the simplest way might be: 1. move ```markedClass``` from method registerInterface into the fields of SerializeSecurityConfigurator for checking whether the interface has been checked or not, using HashSet...

> i think the simplest way might be: > > 1. move `markedClass` from method registerInterface into the fields of SerializeSecurityConfigurator for checking whether the interface has been checked or...

> > @vio-lin any progress? > > on vacation last week. 😀 test today. > > it works well if so, just optimize SerializeSecurityConfigurator like this #15500 ?

could you submit a new pr at https://github.com/apache/dubbo-samples to add a new sample module to confirm this pr?

> > could you submit a new pr at https://github.com/apache/dubbo-samples to add a new sample module to confirm this pr? > > [apache/dubbo-samples#1220](https://github.com/apache/dubbo-samples/pull/1220) i will test it.

@heliang666s @oxsean PTAL i tested https://github.com/apache/dubbo-samples/pull/1220 with this pr and got successful result.