From f02198405e333725612202f55b909ef36ee28227 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Tue, 23 Sep 2025 13:46:22 +0200 Subject: [PATCH] refs #2840 exit from the infinite loop --- CHANGELOG.md | 7 ++++++- src/opengnsys/workers/oglive_worker.py | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d898e6..fb12d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ - # Changelog All notable changes to this project will be documented in this file. @@ -6,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [8.3.3] - 2025-09-23 + +### Fixed + +- Exit from the infinite loop + ## [8.3.2] - 2025-09-18 ### Fixed diff --git a/src/opengnsys/workers/oglive_worker.py b/src/opengnsys/workers/oglive_worker.py index 2e31cda..909cefd 100644 --- a/src/opengnsys/workers/oglive_worker.py +++ b/src/opengnsys/workers/oglive_worker.py @@ -346,6 +346,7 @@ class ogLiveWorker(ServerWorker): while True: try: p.wait (1) + break except subprocess.TimeoutExpired: pass