From 941cb428b4dfb5d58cbe1386e45d80616eb37bb7 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Sun, 12 May 2024 21:40:34 +0100 Subject: [PATCH] tempfix connectivity change for current code state --- Bloxstrap/App.xaml.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index 3ec400d..2a42aa2 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -107,7 +107,7 @@ namespace Bloxstrap Terminate(); } - protected override void OnStartup(StartupEventArgs e) + protected override async void OnStartup(StartupEventArgs e) { const string LOG_IDENT = "App::OnStartup"; @@ -130,6 +130,10 @@ namespace Bloxstrap HttpClient.Timeout = TimeSpan.FromSeconds(30); HttpClient.DefaultRequestHeaders.Add("User-Agent", ProjectRepository); + + // TEMPORARY FILL-IN FOR NEW FUNCTIONALITY + // REMOVE WHEN LARGER REFACTORING IS DONE + await RobloxDeployment.InitializeConnectivity(); using (var checker = new InstallChecker()) {