mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-01-15 22:04:53 -05:00
Fixed an issue with chatapi failover
This commit is contained in:
@@ -3191,13 +3191,12 @@ namespace ChatSystem
|
||||
failoverReloginOneAvatar(avatarIter->second);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
failoverRecreateRooms();
|
||||
m_inFailoverMode = false;
|
||||
m_api->OnFailoverComplete();
|
||||
resumeProcessing();
|
||||
}
|
||||
// @TODO: figure out why m_avatarCoreCache isn't emptying after failover relogging all avatars
|
||||
// @TODO: implement failoverRecreateRooms in stationchat
|
||||
failoverRecreateRooms();
|
||||
m_inFailoverMode = false;
|
||||
m_api->OnFailoverComplete();
|
||||
resumeProcessing();
|
||||
}
|
||||
|
||||
void ChatAPICore::failoverReloginOneAvatar(ChatAvatarCore * avatarCore)
|
||||
|
||||
Reference in New Issue
Block a user