Fix NetconfMessage not sent on EmbeddedChannel
[netconf.git] / protocol / netconf-server / src / main / java / org / opendaylight / netconf / server / NetconfSubsystem.java
index 50ae962e174f9a3e24ca17d580bf95ea1eb1b4af..7571b7130067352bcc52d06a125a81194cb60efa 100644 (file)
@@ -27,6 +27,7 @@ import org.opendaylight.netconf.shaded.sshd.server.command.AsyncCommand;
 
 final class NetconfSubsystem extends AbstractCommandSupport
         implements AsyncCommand, ChannelSessionAware, ChannelDataReceiver {
+    // FIXME: NETCONF-1106: do not use EmbeddedChannel here!
     private final EmbeddedChannel innerChannel = new EmbeddedChannel();
     private final ServerChannelInitializer channelInitializer;