增加防抓包hook,登录mqtt,退出登录时不传token
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user