rework service disposal
This commit is contained in:
@@ -75,6 +75,7 @@ public class ConfigurationService : IDisposable
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Logger.Verbose($"Disposing {GetType()}");
|
||||
Save();
|
||||
_periodicCheckCts.Cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user