Add changelog entries for PR #4029

This commit is contained in:
Paul Kompfner
2026-03-13 22:15:32 -04:00
committed by Mark Backman
parent d2341e0199
commit a6b94c7424
3 changed files with 3 additions and 0 deletions

1
changelog/4029.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `SyncParallelPipeline` race condition where concurrent SystemFrame processing (e.g. from RTVI) could corrupt sink queues and cause deadlocks. SystemFrames now take a fast path that passes them through without draining queued output.