changeset 913:b113d1384248

lua deadlocks (cont)
author Alain Mazy <am@osimis.io>
date Thu, 02 Feb 2023 12:18:54 +0100
parents dbe3fd98beb0
children 6474e299918b
files Sphinx/source/users/lua.rst
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/lua.rst	Thu Feb 02 12:13:34 2023 +0100
+++ b/Sphinx/source/users/lua.rst	Thu Feb 02 12:18:54 2023 +0100
@@ -174,6 +174,9 @@
 Orthanc Rest API after it has returned from the endpoint called by
 ``OnHeartBeat``.
 
+Note that these deadlocks won't happen when a lua function calls its own
+Orthanc Rest API using the ``RestApiGet``, ``RestApiPost``, ... functions.
+
 
 .. _lua-rest: