Solves a very rare case of stream error (e.g. IOException) being thrown while reading the stream.
This commit is contained in:
JustArchi
2020-08-29 00:33:24 +02:00
parent 616e69dd92
commit 675390a00d

View File

@@ -253,7 +253,7 @@ namespace ArchiSteamFarm {
try {
xmlDocument.Load(response.Content);
} catch (XmlException e) {
} catch (Exception e) {
ArchiLogger.LogGenericWarningException(e);
continue;