mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 14:30:31 +00:00
Misc
This commit is contained in:
@@ -95,7 +95,8 @@ namespace ArchiSteamFarm {
|
|||||||
|
|
||||||
ShouldSendHeartBeats = hasAutomatedTrading && steamTradeMatcher;
|
ShouldSendHeartBeats = hasAutomatedTrading && steamTradeMatcher;
|
||||||
|
|
||||||
await Program.WebBrowser.UrlPostRetry(request, data).ConfigureAwait(false);
|
// We don't need retry logic here
|
||||||
|
await Program.WebBrowser.UrlPost(request, data).ConfigureAwait(false);
|
||||||
} finally {
|
} finally {
|
||||||
Semaphore.Release();
|
Semaphore.Release();
|
||||||
}
|
}
|
||||||
@@ -129,7 +130,8 @@ namespace ArchiSteamFarm {
|
|||||||
{ "AvatarHash", avatarHash }
|
{ "AvatarHash", avatarHash }
|
||||||
};
|
};
|
||||||
|
|
||||||
if (await Program.WebBrowser.UrlPostRetry(request, data).ConfigureAwait(false)) {
|
// We don't need retry logic here
|
||||||
|
if (await Program.WebBrowser.UrlPost(request, data).ConfigureAwait(false)) {
|
||||||
LastAvatarHash = avatarHash;
|
LastAvatarHash = avatarHash;
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user