1
0
mirror of https://bitbucket.org/seefoe/src.git synced 2026-01-16 23:04:30 -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); failoverReloginOneAvatar(avatarIter->second);
} }
} }
else // @TODO: figure out why m_avatarCoreCache isn't emptying after failover relogging all avatars
{ // @TODO: implement failoverRecreateRooms in stationchat
failoverRecreateRooms(); failoverRecreateRooms();
m_inFailoverMode = false; m_inFailoverMode = false;
m_api->OnFailoverComplete(); m_api->OnFailoverComplete();
resumeProcessing(); resumeProcessing();
}
} }
void ChatAPICore::failoverReloginOneAvatar(ChatAvatarCore * avatarCore) void ChatAPICore::failoverReloginOneAvatar(ChatAvatarCore * avatarCore)