I'm using the openLCA software to perform life-cycle assessments for hydrogen production and distribution according to the Canadian Clean Fuel Regulations. As part of this work, I started using the new feature in openLCA 2.0 which allows automatic starting of an IPC server connection. However, I'm having trouble terminating the IPC connection safely. In my use-case, I'm using python and the olca-ipc packages to programmatically interface with an openLCA database.
Can you advise if there is existing code in the openLCA repositories for this purpose?