From 6b1137d5c191c1a7f7ff5248cf5d021eea8768a4 Mon Sep 17 00:00:00 2001 From: seefoe Date: Tue, 5 Jun 2018 16:37:26 -0400 Subject: [PATCH] Fix for chatserver failover --- .../soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp b/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp index 06bea775..3b369bc7 100755 --- a/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp +++ b/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp @@ -3193,8 +3193,10 @@ namespace ChatSystem } else { - // no avatars to relogin, so directly proceed to failover rooms failoverRecreateRooms(); + m_inFailoverMode = false; + m_api->OnFailoverComplete(); + resumeProcessing(); } }