增加防抓包hook,登录mqtt,退出登录时不传token

This commit is contained in:
启星
2025-08-12 13:56:09 +08:00
parent cdbbbd59fc
commit 8065693d4c
18 changed files with 294 additions and 78 deletions

View File

@@ -201,8 +201,8 @@
QXLOG(@"断开连接 error = %@",[error description]);
}];
[self.mySessionManager setDelegate:nil];
self.mySessionManager = nil;
[self.subedDict removeAllObjects];
_mySessionManager = nil;
}
- (void)reConnect {
if (self.mySessionManager && self.mySessionManager.port) {