Problem when restarting Orthanc via API /tools/reset

According to my notes in the TODO:

The plugin does not support calls to ‘curl http://localhost:8042/tools/reset -d “”’
if the script registers the OnChangeCallback:

import orthanc

def OnChange(changeType, level, resource):
  print("OnChange")
orthanc.RegisterOnChangeCallback(OnChange)

But, on my side, I have no time to investigate right now.

Alain