shallowFan

Results 1 issues of shallowFan

使用自定义的扩展,connect方法仍然执行的是NettyTransporter中的connect。 dubbo版本:3.2.10 在META-INF/dubbo/org.apache.dubbo.remoting.Transporter配置了自定义扩展信息 在配置文件中配置了dubbo.protocol.transporter的值为custom 代码如下: ``` public class CustomTransporter implements Transporter { public static final String NAME = "custom"; @Override public RemotingServer bind(URL url, ChannelHandler handler) throws RemotingException { System.out.println("CustomTransporter:server...