Prevent Twitch websocket client to subscribe again if Twitch moved/reconnected us

This commit is contained in:
Tom
2024-08-12 18:06:10 +00:00
parent 693a448972
commit f503f7c6f4
3 changed files with 44 additions and 64 deletions

View File

@@ -29,6 +29,7 @@ namespace TwitchChatTTS.Twitch.Socket
public bool Identified { get; private set; }
public string SessionId { get; private set; }
public bool ReceivedReconnecting { get; set; }
public bool TwitchReconnected { get; set; }
public TwitchWebsocketClient(