fix(rpc): trigger shutdown of server when gui is terminated

This commit is contained in:
2024-06-25 16:45:39 +02:00
parent f75fc19c5b
commit acc13183e2
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -208,6 +208,7 @@ class BECGuiClientMixin:
self._process.terminate()
if self._process_output_processing_thread:
self._process_output_processing_thread.join()
self._process.wait()
self._process = None