Closed omron93 closed 3 years ago
We've addressed this under better exception handling and logging enhancements.
Better exception handling and logging enhancements have been added to provide feedback in this case (invalid XML formatting) and others. Please re-open the issue if this is seen again. Thanks.
When using this driver to do configuration changes (replace/merge) with xml format, the validity of XML doesn't seem to be checked.
So in case the xml file isn't valid (e.g. missing closing tag) , the driver proceeds with the file, prints no error and hangs. So there is no hint about the provided config file is syntactically incorrect. The issue about function call hanging can be related to #27 .