Reviewed-on: #64main 8.3.3
commit
71630387c2
|
@ -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
|
||||
|
|
|
@ -346,6 +346,7 @@ class ogLiveWorker(ServerWorker):
|
|||
while True:
|
||||
try:
|
||||
p.wait (1)
|
||||
break
|
||||
except subprocess.TimeoutExpired:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue