We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a031dfc + 71ce88a commit 53a6eadCopy full SHA for 53a6ead
1 file changed
manager/manager/manager.py
@@ -744,7 +744,6 @@ def on_terminate_universe(self, event):
744
self.terminate_harmonic_processes()
745
746
def on_disconnect(self, event):
747
- self.terminate_harmonic_processes()
748
749
try:
750
self.consumer.stop()
@@ -777,6 +776,8 @@ def on_disconnect(self, event):
777
776
self.world_launcher.terminate()
778
except Exception as e:
779
LogManager.logger.exception("Exception terminating world launcher")
+
780
+ self.terminate_harmonic_processes()
781
782
# Reiniciar el script
783
python = sys.executable
0 commit comments