Try to improve Twitch IRC network stability (#2347)

This commit is contained in:
pajlada
2021-01-09 18:05:02 +01:00
committed by GitHub
parent d0deb44abf
commit b3e01a40d7
5 changed files with 49 additions and 8 deletions
+2
View File
@@ -78,6 +78,8 @@ protected:
void open(ConnectionType type);
void addGlobalSystemMessage(QString messageText);
QMap<QString, std::weak_ptr<Channel>> channels;
std::mutex channelMutex;