Fixed an issue with chatapi failover

This commit is contained in:
seefoe
2018-07-08 19:00:09 +00:00
committed by DarthArgus
parent 1da89a2cfb
commit fc349a7528
@@ -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)