Description of the feature
Hi,
the server is not shut down, once a python del operator is used on the mapdl instance. Can you please add this? PyACP makes use of the weakref.finalize from python stdlib. With this in place, the callback is executed, if the instance is not referenced anymore or if the python process is finished.
Steps for implementing the feature
...
Useful links and references
...
Description of the feature
Hi,
the server is not shut down, once a python
deloperator is used on the mapdl instance. Can you please add this? PyACP makes use of theweakref.finalizefrom python stdlib. With this in place, the callback is executed, if the instance is not referenced anymore or if the python process is finished.Steps for implementing the feature
...
Useful links and references
...