Bunch of stuff for #605

This commit is contained in:
JustArchi
2017-08-01 12:41:57 +02:00
parent 6ce4f2941b
commit f24be67c8c
10 changed files with 85 additions and 88 deletions

View File

@@ -40,7 +40,7 @@ namespace ArchiSteamFarm {
private const string URL = "https://" + SharedInfo.StatisticsServer;
private readonly Bot Bot;
private readonly SemaphoreSlim Semaphore = new SemaphoreSlim(1);
private readonly SemaphoreSlim Semaphore = new SemaphoreSlim(1, 1);
private DateTime LastAnnouncementCheck = DateTime.MinValue;
private DateTime LastHeartBeat = DateTime.MinValue;