Skip to content

Commit

Permalink
using ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterbehilfe committed Jun 28, 2021
1 parent cc1b71d commit 7af15c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OkayegTeaTimeCSharp/Twitch/Bot/TwitchBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ public TwitchBot()
{
ClientType = ClientType.Chat,
ReconnectionPolicy = new(10000, 30000, 1000),
DisconnectWait = 15000
DisconnectWait = 15000,
UseSsl = true
};
WebSocketClient = new(ClientOptions);
TwitchClient = new(WebSocketClient)
Expand Down

0 comments on commit 7af15c0

Please sign in to comment.