Fixed raid spam prevention. Gave a proper error message when connecting to Twitch websockets without linking Twitch account to Twitch.
This commit is contained in:
@@ -176,7 +176,7 @@ namespace TwitchChatTTS.Twitch.Socket
|
||||
_logger.Warning("Twitch websocket message payload is null.");
|
||||
return;
|
||||
}
|
||||
await handler.Execute(this, data);
|
||||
await Task.Run(async () => await handler.Execute(this, data));
|
||||
}
|
||||
|
||||
public async Task Send<T>(string type, T data)
|
||||
|
Reference in New Issue
Block a user