mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:07:22 +01:00
attempts to fix some waiting issues I guess
This commit is contained in:
parent
e979f15304
commit
0c48508dbc
7 changed files with 115 additions and 84 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue