|
|
@@ -57,9 +57,9 @@ public class NettyServer {
|
|
|
channel.pipeline().addLast(new AuthServerHandler());
|
|
|
channel.pipeline().addLast(new ConnectServerHandler());
|
|
|
channel.pipeline().addLast(new HeartServerHandler());
|
|
|
- channel.pipeline().addLast(new OTACheckReplayHandler());
|
|
|
- channel.pipeline().addLast(new DeviceRunInfoHandler());
|
|
|
- channel.pipeline().addLast(new ContentDownloadStatusHandler());
|
|
|
+ // channel.pipeline().addLast(new OTACheckReplayHandler());
|
|
|
+ // channel.pipeline().addLast(new DeviceRunInfoHandler());
|
|
|
+ // channel.pipeline().addLast(new ContentDownloadStatusHandler());
|
|
|
channel.pipeline().addLast(new SourcePlayRecordHandler());
|
|
|
}
|
|
|
});
|