diff options
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r-- | discord/discord.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp index b0e6cb6..e39c49f 100644 --- a/discord/discord.hpp +++ b/discord/discord.hpp @@ -268,7 +268,8 @@ private: HeartbeatWaiter m_heartbeat_waiter; std::atomic<bool> m_heartbeat_acked = true; - bool m_wants_resume = false; + bool m_reconnecting = false; // reconnecting either to resume or reidentify + bool m_wants_resume = false; // reconnecting specifically to resume std::string m_session_id; mutable std::mutex m_msg_mutex; |