|
@@ -1551,7 +1551,7 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
|
|
|
{
|
|
|
if (canControl)
|
|
|
{
|
|
|
- KyoLog(@"\n-commandChannelManager---%ld--%@",self.commandChannelManager.rc_socketStatus,dataStr);
|
|
|
+ //KyoLog(@"\n-commandChannelManager---%ld--%@",self.commandChannelManager.rc_socketStatus,dataStr);
|
|
|
[self.commandChannelManager rc_sendData:dataStr];
|
|
|
}
|
|
|
}
|
|
@@ -1771,7 +1771,7 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
|
|
|
NSString *commondStr = @"{\"type\":\"forwardMsg\",\"data\":\"offline_notification\"}";
|
|
|
[self send_data:commondStr];
|
|
|
|
|
|
- [self addCommandSendTaskFunWithType:@"offline_notification" WithCommandStr:commondStr];
|
|
|
+ //[self addCommandSendTaskFunWithType:@"offline_notification" WithCommandStr:commondStr];
|
|
|
|
|
|
_didSendfristMsg = true;
|
|
|
|