mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-08-02 03:28:32 -04:00
Total reconnect death
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user