1
0
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:
seefoe
2018-06-06 06:33:13 -04:00
parent 6b1137d5c1
commit 54fd2207ea

View File

@@ -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)