修改hub

This commit is contained in:
2022-08-05 17:22:43 +08:00
parent e6239aef8b
commit ef81a4c27e
3 changed files with 17 additions and 16 deletions
@@ -281,7 +281,12 @@ namespace IRaCIS.Core.API.Controllers
}
}
await _uploadHub.Clients.All.ReceivProgressAsync(archiveStudyCommand.StudyInstanceUid, receivedCount);
//await _uploadHub.Clients.All.ReceivProgressAsync(archiveStudyCommand.StudyInstanceUid, receivedCount);
await _uploadHub.Clients.User(_userInfo.Id.ToString()).ReceivProgressAsync(archiveStudyCommand.StudyInstanceUid, receivedCount);
}
catch (Exception e)