# HG changeset patch # User Alain Mazy # Date 1675336734 -3600 # Node ID b113d1384248c74fdcb7d04bcb964421139292ae # Parent dbe3fd98beb014f71bd7359c4915b4638c542e03 lua deadlocks (cont) diff -r dbe3fd98beb0 -r b113d1384248 Sphinx/source/users/lua.rst --- 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: