don't throw on ipc
This commit is contained in:
@@ -95,6 +95,10 @@ public class IpcProvider : IHostedService, IMediatorSubscriber
|
||||
var expectedLength = _mareCharaFileManager.LoadMareCharaFile(path);
|
||||
await _mareCharaFileManager.ApplyMareCharaFile(target, expectedLength).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.LogError(e, "Failure of IPC call");
|
||||
}
|
||||
finally
|
||||
{
|
||||
_mareCharaFileManager.ClearMareCharaFile();
|
||||
|
||||
Reference in New Issue
Block a user