add workaround for linux connection crashes

This commit is contained in:
Stanley Dimant
2025-03-30 22:26:32 +02:00
parent cc3bf6dd87
commit 3d9b11af8b
3 changed files with 29 additions and 3 deletions

View File

@@ -13,4 +13,5 @@ public class ServerStorage
public bool UseOAuth2 { get; set; } = false;
public string? OAuthToken { get; set; } = null;
public HttpTransportType HttpTransportType { get; set; } = HttpTransportType.WebSockets;
public bool ForceWebSockets { get; set; } = false;
}