|
@@ -520,7 +520,7 @@ static webSocketManager *webSocketManagerInstance = nil;
|
|
|
[self send_data:commondStr];
|
|
|
[self addCommandSendTaskFunWithType:@"offline_notification" WithCommandStr:commondStr];
|
|
|
|
|
|
- _didSendfristMsg = true;
|
|
|
+ _didSendfristMsg = YES;
|
|
|
|
|
|
[self getPreferredLanguage];
|
|
|
|
|
@@ -978,6 +978,7 @@ static webSocketManager *webSocketManagerInstance = nil;
|
|
|
}
|
|
|
|
|
|
_isLogoutByOtherType = YES;
|
|
|
+ _didSendfristMsg = NO;
|
|
|
|
|
|
//被挤下线 ws断开
|
|
|
[self.commandChannelManager rc_close];
|