diff --git a/ArchiSteamFarm/ASF.cs b/ArchiSteamFarm/ASF.cs index 432e0ec93..38c588bd4 100644 --- a/ArchiSteamFarm/ASF.cs +++ b/ArchiSteamFarm/ASF.cs @@ -294,6 +294,7 @@ namespace ArchiSteamFarm { return null; } + // We disable ArchiKestrel here as the update process moves the core files and might result in IPC crash await ArchiKestrel.Stop().ConfigureAwait(false); try {