From 58857bc578bf31b30e2a3883150ee7daf05a0263 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 17 Feb 2018 03:14:33 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/IPC.cs | 2 ++ 1 file changed, 2 insertions(+) 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; }