fix(VirtualStream): Fix backpressure handling in VirtualStream workOnQueue method

This commit is contained in:
2024-10-16 02:22:44 +02:00
parent c61e30fe64
commit adff43c0e2
3 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-16 - 3.1.6 - fix(VirtualStream)
Fix backpressure handling in VirtualStream workOnQueue method
- Resolved an issue in the workOnQueue method of VirtualStream where concurrent execution was not properly managed.
- Introduced a workingDeferred promise to ensure proper queue handling and resolve potential race conditions.
## 2024-10-16 - 3.1.5 - fix(virtualstream)
Add console log for debugging backpressure feedback loop