Continue websocket testing

This commit is contained in:
JustArchi
2017-09-09 20:28:39 +02:00
parent 5d0a3f5ebe
commit 3c9ab82b7d
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.Tcp;
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.WebSocket;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly EUpdateChannel UpdateChannel = EUpdateChannel.Stable;