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