mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
Solves a very rare case of stream error (e.g. IOException) being thrown while reading the stream.
This commit is contained in:
@@ -253,7 +253,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
try {
|
||||
xmlDocument.Load(response.Content);
|
||||
} catch (XmlException e) {
|
||||
} catch (Exception e) {
|
||||
ArchiLogger.LogGenericWarningException(e);
|
||||
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user