Finish websocket tests

At least for now, SK2 guys have enough to do.
This commit is contained in:
JustArchi
2017-08-31 18:28:21 +02:00
parent 0c5a05ab1c
commit 45cbb59144
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ namespace ArchiSteamFarm {
internal readonly bool Statistics = true;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.WebSocket;
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.Tcp;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly EUpdateChannel UpdateChannel = EUpdateChannel.Stable;

View File

@@ -19,6 +19,6 @@
"OptimizationMode": 0,
"Statistics": true,
"SteamOwnerID": 0,
"SteamProtocols": 4,
"SteamProtocols": 1,
"UpdateChannel": 1
}