Total reconnect death

This commit is contained in:
barelyprofessional
2026-06-26 20:27:39 -05:00
parent 2b61433dc6
commit 872c8317ca
3 changed files with 19 additions and 21 deletions
@@ -5,7 +5,6 @@ public class ChatClientConfigModel
public required Dictionary<string, string> Cookies { get; set; } = new();
// Currently wss://kiwifarms.net/chat.ws
public required Uri WsUri { get; set; }
public int ReconnectTimeout { get; set; } = 30;
public string CookieDomain { get; set; } = "kiwifarms.net";
public string? Proxy { get; set; }
}