|
@@ -311,7 +311,7 @@ static webSocketManager *webSocketManagerInstance = nil;
|
|
|
});
|
|
|
}
|
|
|
else if ([messageType isEqualToString:@"reboot"]){/*重启*/
|
|
|
- [weakSelf stopForceStartTimerFun];
|
|
|
+ //[weakSelf stopForceStartTimerFun];
|
|
|
}
|
|
|
else if ([messageType isEqualToString:@"mkdir"]){/*创建文件夹*/
|
|
|
[weakSelf createFolderResponseFun:dataDict];
|
|
@@ -792,14 +792,6 @@ static webSocketManager *webSocketManagerInstance = nil;
|
|
|
// }
|
|
|
}
|
|
|
|
|
|
-- (void)stopForceStartTimerFun
|
|
|
-{
|
|
|
- HLog(@"hxd 待处理")
|
|
|
-// if(forceStartTimer){
|
|
|
-// [forceStartTimer invalidate];
|
|
|
-// forceStartTimer = nil;
|
|
|
-// }
|
|
|
-}
|
|
|
|
|
|
- (void)createFolderResponseFun:(NSDictionary *)dataDict
|
|
|
{
|