diff --git a/ArchiSteamFarm/IPC.cs b/ArchiSteamFarm/IPC.cs index 129f94bea..bfc272ac2 100644 --- a/ArchiSteamFarm/IPC.cs +++ b/ArchiSteamFarm/IPC.cs @@ -743,6 +743,8 @@ namespace ArchiSteamFarm { Utilities.StartBackgroundFunction(() => HandleRequest(context), false); } + } catch (ObjectDisposedException e) { + ASF.ArchiLogger.LogGenericDebuggingException(e); } finally { IsHandlingRequests = false; }