mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:37:22 +01:00
add workaround for linux connection crashes
This commit is contained in:
parent
cc3bf6dd87
commit
3d9b11af8b
3 changed files with 29 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue