修改配置文件
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-10-28 11:21:36 +08:00
parent 3407f2f00d
commit 064e3836ca
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,5 @@
using AutoMapper.Execution;
using DocumentFormat.OpenXml.Bibliography;
using FellowOakDicom;
using FellowOakDicom.Network;
using FellowOakDicom.Network.Client;
@ -82,7 +83,10 @@ namespace IRaCIS.Core.API.HostService
public void OnConnectionClosed(Exception exception)
{
throw new NotImplementedException();
if (exception != null)
{
Logger.LogError($"Closed, exception is {exception.Message}");
}
}
public void OnReceiveAbort(DicomAbortSource source, DicomAbortReason reason)

View File

@ -59,7 +59,7 @@
"ThirdSearchPacsAE": "ThirdCalledPacsAE",
"ThirdCallningAE": "ThirdCallningAE",
"CalledAEList": [
"HIRSCU",
"HIRSCUAE",
"HIRSCPAE"
],
"ServerPort": 11112