Fixed an issue with launcher freezing on day of scheduled session
Before ![]() (image error) Size: 1.6 MiB After ![]() (image error) Size: 1.6 MiB ![]() ![]() |
Before ![]() (image error) Size: 33 KiB After ![]() (image error) Size: 33 KiB ![]() ![]() |
Before ![]() (image error) Size: 10 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
Before ![]() (image error) Size: 24 KiB After ![]() (image error) Size: 24 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.6 MiB After ![]() (image error) Size: 1.6 MiB ![]() ![]() |
|
@ -160,17 +160,14 @@ namespace GameLauncher
|
||||||
var timeLeft = NextRC2SessionDateTime - DateTime.Now;
|
var timeLeft = NextRC2SessionDateTime - DateTime.Now;
|
||||||
if (timeLeft.TotalSeconds <= 0)
|
if (timeLeft.TotalSeconds <= 0)
|
||||||
{
|
{
|
||||||
PullSessionTimeFromLink();
|
CountdownLabel.Content = "ROBOCRAFT SESSION TODAY!";
|
||||||
timeLeft = NextRC2SessionDateTime - DateTime.Now;
|
|
||||||
}
|
}
|
||||||
CountdownLabel.Content = $"{timeLeft.Days} days {timeLeft.Hours} hours {timeLeft.Minutes} minutes {timeLeft.Seconds} seconds";
|
else { CountdownLabel.Content = $"{timeLeft.Days} days {timeLeft.Hours} hours {timeLeft.Minutes} minutes {timeLeft.Seconds} seconds"; }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
private void PullSessionTimeFromLink()
|
private void PullSessionTimeFromLink()
|
||||||
{
|
{
|
||||||
var currentUTCtime = DateTime.UtcNow;
|
|
||||||
var Localtimezone = TimeZoneInfo.Local;
|
var Localtimezone = TimeZoneInfo.Local;
|
||||||
var UTCtimezone = TimeZoneInfo.Utc;
|
|
||||||
WebClient webClient = new WebClient();
|
WebClient webClient = new WebClient();
|
||||||
NextSessionString = webClient.DownloadString(NextSessionFileLink);
|
NextSessionString = webClient.DownloadString(NextSessionFileLink);
|
||||||
string format = "M/d/yyyy h:mm:ss tt";
|
string format = "M/d/yyyy h:mm:ss tt";
|
Before ![]() (image error) Size: 48 KiB After ![]() (image error) Size: 48 KiB ![]() ![]() |
Before ![]() (image error) Size: 33 KiB After ![]() (image error) Size: 33 KiB ![]() ![]() |
Before ![]() (image error) Size: 10 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
Before (image error) Size: 9.4 KiB After (image error) Size: 9.4 KiB |
Before ![]() (image error) Size: 1.6 MiB After ![]() (image error) Size: 1.6 MiB ![]() ![]() |
Before ![]() (image error) Size: 313 B After ![]() (image error) Size: 313 B ![]() ![]() |
Before ![]() (image error) Size: 24 KiB After ![]() (image error) Size: 24 KiB ![]() ![]() |