mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
further fixes
This commit is contained in:
parent
b2b42b40c4
commit
e461c6d5c9
9 changed files with 85 additions and 39 deletions
|
|
@ -14,7 +14,7 @@ public abstract class MediatorSubscriberBase : IMediatorSubscriber
|
|||
|
||||
public virtual void Dispose()
|
||||
{
|
||||
_logger.LogTrace($"Disposing {GetType()}");
|
||||
_logger.LogTrace("Disposing {type} ({this})", GetType(), this);
|
||||
Mediator.UnsubscribeAll(this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue