From b4fd2741bf86f142987309a45f27378fc0c5f885 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 9 Mar 2021 22:28:21 +0300 Subject: new connect - new cookie --- protocols/Discord/src/connection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols') diff --git a/protocols/Discord/src/connection.cpp b/protocols/Discord/src/connection.cpp index 61c24ff912..a0b1813319 100644 --- a/protocols/Discord/src/connection.cpp +++ b/protocols/Discord/src/connection.cpp @@ -90,6 +90,7 @@ void CDiscordProto::OnLoggedOut() m_iGatewaySeq = 0; m_szTempToken = nullptr; m_szCookie.Empty(); + m_szWSCookie.Empty(); m_impl.m_heartBeat.StopSafe(); -- cgit v1.2.3