changeset 5114:c387ebeb67b5

todo: move progress repot
author Alain Mazy <am@osimis.io>
date Fri, 02 Dec 2022 15:05:00 +0100
parents b89833d7ce22
children 0a9d36187a91
files OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp TODO
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp	Wed Nov 23 11:47:44 2022 +0100
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp	Fri Dec 02 15:05:00 2022 +0100
@@ -445,7 +445,7 @@
       if (streaming)
       {
         LOG(INFO) << "Streaming a ZIP archive";
-        boost::shared_ptr<SharedMessageQueue> queue(new SharedMessageQueue);
+        boost::shared_ptr<SharedMessageQueue> queue(new SharedMessageQueue(1));
 
         job->AcquireSynchronousTarget(new SynchronousZipStream(queue));
 
--- a/TODO	Wed Nov 23 11:47:44 2022 +0100
+++ b/TODO	Fri Dec 02 15:05:00 2022 +0100
@@ -140,6 +140,9 @@
 * Strict hierarchical C-FIND:
   https://groups.google.com/d/msg/orthanc-users/VBHpeGVSNKM/tkaVvjWFBwAJ
 * report DIMSE error codes in Rest API and job status for /store /query /move /retrieve
+* report progress report of C-Move operation in jop progress.  There are 
+  progress callbacks available in DIMSE_moveUser
+  https://groups.google.com/g/orthanc-users/c/c8cGnA7FzsE/m/BSs66D8wBwAJ
 * Log outgoing C-Find queries
 
 ---------