attempts to fix some waiting issues I guess

This commit is contained in:
Stanley Dimant
2023-02-17 09:49:18 +01:00
parent e979f15304
commit 0c48508dbc
7 changed files with 115 additions and 84 deletions

View File

@@ -38,7 +38,8 @@ public class MareMediator : IDisposable
}
catch (Exception ex)
{
Logger.Error("Error executing " + subscriber.Action.Method, ex);
Logger.Error("Error executing " + subscriber, ex);
subscribers.RemoveWhere(s => s == subscriber);
}
}
}