mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-08-10 12:10:37 +02:00
fix(rpc): trigger shutdown of server when gui is terminated
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user