|
@@ -248,6 +248,8 @@ namespace Vinno.FIS.Sonopost
|
|
|
SystemEvents.SessionEnded -= OnSessionEnded;
|
|
|
DisposeWebHost();
|
|
|
AppManager.Instance.DisposeAllManagers();
|
|
|
+ Logger.WriteLineWarn("=======================Sonopost Shutdown=======================");
|
|
|
+ _manualResetEvent.Set();
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
@@ -255,7 +257,6 @@ namespace Vinno.FIS.Sonopost
|
|
|
}
|
|
|
});
|
|
|
_manualResetEvent.WaitOne(3000);
|
|
|
- Logger.WriteLineWarn("=======================Sonopost Shutdown=======================");
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|